Kaydet (Commit) 5538a0c3 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS hr50 (1.20.88); FILE MERGED

2008/04/10 16:58:46 hr 1.20.88.1: #i86574#: fix warning (gcc-4.2.3)
üst a6ca0d56
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: partwnd.cxx,v $ * $RCSfile: partwnd.cxx,v $
* $Revision: 1.21 $ * $Revision: 1.22 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -185,8 +185,9 @@ SfxPartDockWnd_Impl::SfxPartDockWnd_Impl ...@@ -185,8 +185,9 @@ SfxPartDockWnd_Impl::SfxPartDockWnd_Impl
if ( xSupp.is() ) if ( xSupp.is() )
xSupp->getFrames()->append( xFrame ); xSupp->getFrames()->append( xFrame );
} }
else else {
DBG_ERROR("Bindings without Dispatcher!"); DBG_ERROR("Bindings without Dispatcher!");
}
} }
//**************************************************************************** //****************************************************************************
......
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