Kaydet (Commit) c3fa1825 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix error: cannot cast from type 'int' to pointer type 'SfxChild_Impl *'

Change-Id: Ic38b7fcb07d0cbc9a701207e0085b42d3471a786
üst 187a592d
...@@ -615,7 +615,7 @@ SfxWorkWindow::SfxWorkWindow( Window *pWin, SfxBindings& rB, SfxWorkWindow* pPar ...@@ -615,7 +615,7 @@ SfxWorkWindow::SfxWorkWindow( Window *pWin, SfxBindings& rB, SfxWorkWindow* pPar
// For the ObjectBars a integral place in the Childlist is reserved, // For the ObjectBars a integral place in the Childlist is reserved,
// so that they always come in a defined order. // so that they always come in a defined order.
aChildren.insert( aChildren.begin(), SFX_OBJECTBAR_MAX, NULL ); aChildren.insert( aChildren.begin(), SFX_OBJECTBAR_MAX, (SfxChild_Impl*)NULL );
// create and initialize layout manager listener // create and initialize layout manager listener
Reference< com::sun::star::frame::XFrame > xFrame = GetFrameInterface(); Reference< com::sun::star::frame::XFrame > xFrame = GetFrameInterface();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment