summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-18 12:47:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-18 12:47:55 +0100
commit8ada3ccd0d01295921521c275b69dce70bfe47f3 (patch)
tree83a67fe75150eaf6bec5062dbf0e44977a479b4e /toolkit
parent9b9ebfe8e6b55e0d3f02be1e8efcaa6d1b7aac7a (diff)
WaE, silence warning
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxwindows.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx
index 1d7a64cd34ef..ac7a2395984b 100644
--- a/toolkit/source/awt/vclxwindows.cxx
+++ b/toolkit/source/awt/vclxwindows.cxx
@@ -2434,7 +2434,7 @@ throw(::com::sun::star::uno::RuntimeException)
::vos::OGuard aGuard( GetMutex() );
if ( GetWindow() )
{
- sal_Int8 nCancel;
+ sal_Int8 nCancel(0);
Value >>= nCancel;
Dialog* pDlg = (Dialog*) GetWindow();