summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/navigat.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 /sfx2/source/dialog/navigat.cxx
parent5fe7ecc04f35ef785510e3ef404f46eb6f05a123 (diff)
sfx2: sal_Bool->bool
Change-Id: I626371bac4fbd9c6a2cdc5a57a3022f8b6ac55b2
Diffstat (limited to 'sfx2/source/dialog/navigat.cxx')
-rw-r--r--sfx2/source/dialog/navigat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/navigat.cxx b/sfx2/source/dialog/navigat.cxx
index 31cebecbddef..66faa474d823 100644
--- a/sfx2/source/dialog/navigat.cxx
+++ b/sfx2/source/dialog/navigat.cxx
@@ -39,7 +39,7 @@ SfxNavigatorWrapper::SfxNavigatorWrapper( Window* pParentWnd ,
pWindow->SetOutputSizePixel( Size( 270, 240 ) );
( ( SfxDockingWindow* ) pWindow )->Initialize( pInfo );
- SetHideNotDelete( sal_True );
+ SetHideNotDelete( true );
}
SfxNavigator::SfxNavigator( SfxBindings* pBind ,