summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/optfontspage.ui
diff options
context:
space:
mode:
Diffstat (limited to 'cui/uiconfig/ui/optfontspage.ui')
-rw-r--r--cui/uiconfig/ui/optfontspage.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/optfontspage.ui b/cui/uiconfig/ui/optfontspage.ui
index 20da64e60206..a5666cda8bc5 100644
--- a/cui/uiconfig/ui/optfontspage.ui
+++ b/cui/uiconfig/ui/optfontspage.ui
@@ -82,7 +82,7 @@
</packing>
</child>
<child>
- <object class="svtlo:FontNameBox" id="font1">
+ <object class="svtlo-FontNameBox" id="font1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
@@ -96,7 +96,7 @@
</packing>
</child>
<child>
- <object class="svtlo:FontNameBox" id="font2">
+ <object class="svtlo-FontNameBox" id="font2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
@@ -162,7 +162,7 @@
</packing>
</child>
<child>
- <object class="svxcorelo:SvxSimpleTableContainer" id="checklb">
+ <object class="svxcorelo-SvxSimpleTableContainer" id="checklb">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="vexpand">True</property>
> 2014-09-23javaunohelper: migrate ComponentBase_Test to JUnitRobert Antoni Buj i Gelonch 2014-09-22javaunohelper: migrate ComponentContext_Test to JUnitRobert Antoni Buj i Gelonch 2014-09-21javaunohelper: use java.util.logging in testsRobert Antoni Buj i Gelonch 2014-09-19javaunohelper: use HashMap instead of Hashtable CollectionRobert Antoni Buj i Gelonch 2014-08-20java: remove unnecessary constructor declarationsNoel Grandin 2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin 2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin 2014-08-19java: no need to instantiate String objects directlyNoel Grandin 2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin 2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin 2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin 2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin 2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin 2014-08-14java: remove useless instanceof testsNoel Grandin 2014-08-14java: remove commented out codeNoel Grandin 2014-08-12javaunohelper: Fix Bootstrap_Test.java & add warning messagesrbuj 2014-08-10javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.javarbuj 2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin 2014-08-08java: remove redundant null checksNoel Grandin 2014-08-08java: code some code to use non-deprecated constructorsNoel Grandin 2014-08-08java: remove unused variablesNoel Grandin 2014-08-05java: remove commented out codeNoel Grandin 2014-08-05java: remove various unused variablesNoel Grandin 2014-02-26Remove visual noise from javaunohelperAlexander Wilms 2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin 2013-04-15fdo#60724 successfull -> successfulThomas Arnhold