summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-12 10:43:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-12 10:43:00 +0100
commit0ac7f6120eab04a95185342e935c0bbca4d8cc43 (patch)
treeef48fbf84e27c80b387b7bc9d5b86fc83a4cb95b
parentd0144bcb8899845982a8172d870f337533adaf35 (diff)
Resolves: fdo#55685 SvxLanguageBox is in svxcore not in svx
Change-Id: I50f68674e057dd358357d611bbbbb3332d8cd00b
-rw-r--r--cui/uiconfig/ui/charnamepage.ui8
-rw-r--r--sw/uiconfig/swriter/ui/sortdialog.ui2
-rw-r--r--vcl/source/window/builder.cxx2
3 files changed, 6 insertions, 6 deletions
diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui
index 05d2527df308..aebb93a4e712 100644
--- a/cui/uiconfig/ui/charnamepage.ui
+++ b/cui/uiconfig/ui/charnamepage.ui
@@ -84,7 +84,7 @@
</packing>
</child>
<child>
- <object class="svxlo:SvxLanguageBox" id="westlanglb-nocjk">
+ <object class="svxcorelo:SvxLanguageBox" id="westlanglb-nocjk">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
@@ -285,7 +285,7 @@
</packing>
</child>
<child>
- <object class="svxlo:SvxLanguageBox" id="westlanglb-cjk">
+ <object class="svxcorelo:SvxLanguageBox" id="westlanglb-cjk">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
@@ -434,7 +434,7 @@
</packing>
</child>
<child>
- <object class="svxlo:SvxLanguageBox" id="eastlanglb">
+ <object class="svxcorelo:SvxLanguageBox" id="eastlanglb">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
@@ -583,7 +583,7 @@
</packing>
</child>
<child>
- <object class="svxlo:SvxLanguageBox" id="ctllanglb">
+ <object class="svxcorelo:SvxLanguageBox" id="ctllanglb">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
diff --git a/sw/uiconfig/swriter/ui/sortdialog.ui b/sw/uiconfig/swriter/ui/sortdialog.ui
index bd0223e192bf..4018d1e1fc04 100644
--- a/sw/uiconfig/swriter/ui/sortdialog.ui
+++ b/sw/uiconfig/swriter/ui/sortdialog.ui
@@ -697,7 +697,7 @@
<property name="can_focus">False</property>
<property name="left_padding">12</property>
<child>
- <object class="svxlo:SvxLanguageBox" id="langlb">
+ <object class="svxcorelo:SvxLanguageBox" id="langlb">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 75d25235e511..293865314df1 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -785,7 +785,7 @@ Window *VclBuilder::makeObject(Window *pParent, const OString &name, const OStri
pWindow = (*pFunction)(pParent, rMap);
}
}
- SAL_WARN_IF(!pWindow, "vcl.layout", "problably need to implement " << name.getStr() << "or add a make" << name.getStr() << " function");
+ SAL_WARN_IF(!pWindow, "vcl.layout", "probably need to implement " << name.getStr() << " or add a make" << name.getStr() << " function");
if (pWindow)
{
pWindow->SetHelpId(m_sHelpRoot + id);