[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Mon Mar 3 05:15:14 PST 2014


 vcl/source/app/dbggui.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b6d03e9b555ae68cdf79038136773cca103b283d
Author: Stephan Bergmann <sbergman at 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 );


More information about the Libreoffice-commits mailing list