Kaydet (Commit) 3b7cb739 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS hr50 (1.73.90); FILE MERGED

2008/04/10 16:58:44 hr 1.73.90.1: #i86574#: fix warning (gcc-4.2.3)
üst e66e314a
...@@ -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: workwin.cxx,v $ * $RCSfile: workwin.cxx,v $
* $Revision: 1.74 $ * $Revision: 1.75 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -1085,8 +1085,9 @@ void SfxWorkWindow::AlignChild_Impl( Window& rWindow, ...@@ -1085,8 +1085,9 @@ void SfxWorkWindow::AlignChild_Impl( Window& rWindow,
pChild->aSize = rNewSize; pChild->aSize = rNewSize;
pChild->bResize = TRUE; pChild->bResize = TRUE;
} }
else else {
DBG_ERROR( "aligning unregistered child" ); DBG_ERROR( "aligning unregistered child" );
}
} }
//-------------------------------------------------------------------- //--------------------------------------------------------------------
...@@ -1113,8 +1114,9 @@ void SfxWorkWindow::ReleaseChild_Impl( Window& rWindow ) ...@@ -1113,8 +1114,9 @@ void SfxWorkWindow::ReleaseChild_Impl( Window& rWindow )
pChilds->Remove(nPos); pChilds->Remove(nPos);
delete pChild; delete pChild;
} }
else else {
DBG_ERROR( "releasing unregistered child" ); DBG_ERROR( "releasing unregistered child" );
}
} }
//-------------------------------------------------------------------- //--------------------------------------------------------------------
......
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