diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 10:43:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 10:43:00 +0100 |
commit | 0ac7f6120eab04a95185342e935c0bbca4d8cc43 (patch) | |
tree | ef48fbf84e27c80b387b7bc9d5b86fc83a4cb95b /vcl | |
parent | d0144bcb8899845982a8172d870f337533adaf35 (diff) |
Resolves: fdo#55685 SvxLanguageBox is in svxcore not in svx
Change-Id: I50f68674e057dd358357d611bbbbb3332d8cd00b
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/builder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |