vcl/source/app/dbggui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b6d03e9b555ae68cdf79038136773cca103b283d Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Mar 3 14:14:45 2014 +0100 -Werror,-Wbool-conversion Change-Id: Idd932fae23b313ea59f79a3159e9f4713e354b36 diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index d13dc81..4ff4db9 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -419,7 +419,7 @@ DbgWindow::DbgWindow() : maLstBox.SetPosPixel( Point( 0, 0 ) ); SetOutputSizePixel( Size( 600, 480 ) ); - if ( pData->aDbgWinState ) + if ( pData->aDbgWinState[0] ) { OString aState( pData->aDbgWinState ); SetWindowState( aState ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits