diff options
-rw-r--r-- | cui/uiconfig/ui/charnamepage.ui | 8 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/sortdialog.ui | 2 | ||||
-rw-r--r-- | vcl/source/window/builder.cxx | 2 |
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); |