summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-03 14:14:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-03 14:14:45 +0100
commitb6d03e9b555ae68cdf79038136773cca103b283d (patch)
treea87b073d3c5306a18e8ebbe5d3aec596a6e496a0 /vcl/source
parente24ae38c8ef233e4b44840058e35959194724743 (diff)
-Werror,-Wbool-conversion
Change-Id: Idd932fae23b313ea59f79a3159e9f4713e354b36
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/dbggui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index d13dc81a2d59..4ff4db9380a7 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 );