summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-29 14:16:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:40 +0100
commitfc86fdf6b44ae6814e99dd3b5e878191d63c16a0 (patch)
treed94bfc4bbd3eb7773047f7a3c2c1b0e8c66dc7dc /sw
parent0a9ab848a66045043770d8d6a8ca70129e3bd1ce (diff)
GetProcAddress doesn't work like dlsym with executable's handle
underlying GetProcAddress on windows, unlike dlsym, doesn't search through all loaded .dlls searching for the symbol when given the default module. So load the module by name. Change-Id: I148250c9d8dd5aa2b802581d049533f2c5e83caf
Diffstat (limited to 'sw')
-rw-r--r--sw/uiconfig/swriter/ui/linenumbering.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/linenumbering.ui b/sw/uiconfig/swriter/ui/linenumbering.ui
index 35a89652d0f5..045bf88ea802 100644
--- a/sw/uiconfig/swriter/ui/linenumbering.ui
+++ b/sw/uiconfig/swriter/ui/linenumbering.ui
@@ -207,7 +207,7 @@
</packing>
</child>
<child>
- <object class="SwNumberingTypeListBox" id="formatdropdown">
+ <object class="swlo:SwNumberingTypeListBox" id="formatdropdown">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>