mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 10:43:30 +00:00
mshtml: Make [get|set]_font_size static.
This commit is contained in:
parent
78509882e7
commit
bd71f19ef1
@ -247,7 +247,7 @@ static void remove_child_attr(nsIDOMElement *elem, LPCWSTR tag, nsAString *attr_
|
||||
nsIDOMNodeList_Release(node_list);
|
||||
}
|
||||
|
||||
void get_font_size(HTMLDocument *This, WCHAR *ret)
|
||||
static void get_font_size(HTMLDocument *This, WCHAR *ret)
|
||||
{
|
||||
nsISelection *nsselection = get_ns_selection(This);
|
||||
nsIDOMElement *elem = NULL;
|
||||
@ -315,7 +315,7 @@ void get_font_size(HTMLDocument *This, WCHAR *ret)
|
||||
nsIDOMNode_Release(node);
|
||||
}
|
||||
|
||||
void set_font_size(HTMLDocument *This, LPCWSTR size)
|
||||
static void set_font_size(HTMLDocument *This, LPCWSTR size)
|
||||
{
|
||||
nsISelection *nsselection;
|
||||
PRBool collapsed;
|
||||
|
@ -385,9 +385,6 @@ extern const cmdtable_t editmode_cmds[];
|
||||
/* editor */
|
||||
void handle_edit_event(HTMLDocument*,nsIDOMEvent*);
|
||||
|
||||
void get_font_size(HTMLDocument*,WCHAR*);
|
||||
void set_font_size(HTMLDocument*,LPCWSTR);
|
||||
|
||||
extern DWORD mshtml_tls;
|
||||
|
||||
typedef struct task_t {
|
||||
|
Loading…
x
Reference in New Issue
Block a user