summaryrefslogtreecommitdiff
path: root/framework/source/uielement/panelwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/panelwrapper.cxx')
-rw-r--r--[-rwxr-xr-x]framework/source/uielement/panelwrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/panelwrapper.cxx b/framework/source/uielement/panelwrapper.cxx
index 405ee412df83..02d05d2653a2 100755..100644
--- a/framework/source/uielement/panelwrapper.cxx
+++ b/framework/source/uielement/panelwrapper.cxx
@@ -152,7 +152,7 @@ void SAL_CALL PanelWrapper::initialize( const Sequence< Any >& aArguments ) thro
pContentWindow = VCLUnoHelper::GetWindow( xContentWindow );
if ( pWindow )
{
- ULONG nStyles = WB_LINESPACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABLE | WB_SIZEABLE | WB_CLOSEABLE;
+ sal_uInt32 nStyles = WB_LINESPACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABLE | WB_SIZEABLE | WB_CLOSEABLE;
pPanelWindow = new PanelWindow( pWindow, nStyles );
m_xPanelWindow = VCLUnoHelper::GetInterface( pPanelWindow );