summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-02-23 22:55:13 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-02-23 22:58:10 +0700
commitd1421ed9862eaf8e509364ce0a0a1f3af052f7c9 (patch)
treecfa2b8a7a914455e21ad80a6667a723ef67cb7f5 /sw
parentglib and gettext are only needed when ENABLE_LIBRSVG (diff)
downloadcore-d1421ed9862eaf8e509364ce0a0a1f3af052f7c9.tar.gz
core-d1421ed9862eaf8e509364ce0a0a1f3af052f7c9.zip
typo
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dialog/wordcountwrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/wordcountwrapper.cxx b/sw/source/ui/dialog/wordcountwrapper.cxx
index 63f262d1e53c..93bd1df09425 100644
--- a/sw/source/ui/dialog/wordcountwrapper.cxx
+++ b/sw/source/ui/dialog/wordcountwrapper.cxx
@@ -42,7 +42,7 @@ SwWordCountWrapper::SwWordCountWrapper( Window *pParentWindow,
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
OSL_ENSURE(pFact, "SwAbstractDialogFactory fail!");
pAbstDlg = pFact->CreateSwWordCountDialog( DLG_WORDCOUNT, pBindings, this, pParentWindow, pInfo );
- OSL_ENSURE(pAbstDlg, "Dialog contruction failed!");
+ OSL_ENSURE(pAbstDlg, "Dialog construction failed!");
pWindow = pAbstDlg->GetWindow();
eChildAlignment = SFX_ALIGN_NOALIGNMENT;