summaryrefslogtreecommitdiff
path: root/svx/source/dialog/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-13 11:57:14 +0200
committerNoel Grandin <noel@peralex.com>2014-03-14 07:50:34 +0200
commita8f721ff96121697de8a97856ba4da145fc0c14e (patch)
treed61517a1e700702de0fadee06fb64c1158a3f97e /svx/source/dialog/SpellDialogChildWindow.cxx
parent5fe7ecc04f35ef785510e3ef404f46eb6f05a123 (diff)
sfx2: sal_Bool->bool
Change-Id: I626371bac4fbd9c6a2cdc5a57a3022f8b6ac55b2
Diffstat (limited to 'svx/source/dialog/SpellDialogChildWindow.cxx')
-rw-r--r--svx/source/dialog/SpellDialogChildWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/SpellDialogChildWindow.cxx b/svx/source/dialog/SpellDialogChildWindow.cxx
index 7df28dbb256e..d05e5007b5ba 100644
--- a/svx/source/dialog/SpellDialogChildWindow.cxx
+++ b/svx/source/dialog/SpellDialogChildWindow.cxx
@@ -40,7 +40,7 @@ SpellDialogChildWindow::SpellDialogChildWindow (
this );
pWindow = m_pAbstractSpellDialog->GetWindow();
eChildAlignment = SFX_ALIGN_NOALIGNMENT;
- SetHideNotDelete (sal_True);
+ SetHideNotDelete(true);
}
SpellDialogChildWindow::~SpellDialogChildWindow (void)