From 7afd69a40182db58aef59502f78705ffaffd19c6 Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Wed, 12 Jan 2011 10:36:54 +0100 Subject: removetooltypes01: #i112600# remove tooltypes from sfx2 --- sfx2/source/dialog/partwnd.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/dialog/partwnd.cxx') diff --git a/sfx2/source/dialog/partwnd.cxx b/sfx2/source/dialog/partwnd.cxx index cbbe20bfa203..cb082987a3e1 100644 --- a/sfx2/source/dialog/partwnd.cxx +++ b/sfx2/source/dialog/partwnd.cxx @@ -82,7 +82,7 @@ SfxPartChildWnd_Impl::SfxPartChildWnd_Impl pWindow->SetSizePixel( Size( 175, 175 ) ); ( ( SfxDockingWindow* ) pWindow )->Initialize( pInfo ); - SetHideNotDelete( TRUE ); + SetHideNotDelete( sal_True ); } SfxPartChildWnd_Impl::~SfxPartChildWnd_Impl() -- cgit