summaryrefslogtreecommitdiff
path: root/sdext/source/minimizer/informationdialog.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-29 11:30:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-29 11:30:01 +0000
commit61b3d417f058d6f56292eb438b4ae81107c5fc5d (patch)
tree00d421362eb723296b159d636f9bc8b5fd93287e /sdext/source/minimizer/informationdialog.cxx
parent7db1e72900486772532086d6859f5e25df9ae470 (diff)
#100000# initialize variables
Diffstat (limited to 'sdext/source/minimizer/informationdialog.cxx')
-rw-r--r--sdext/source/minimizer/informationdialog.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/minimizer/informationdialog.cxx b/sdext/source/minimizer/informationdialog.cxx
index e4fdf23b2bfb..125a8ce7a4cc 100644
--- a/sdext/source/minimizer/informationdialog.cxx
+++ b/sdext/source/minimizer/informationdialog.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: informationdialog.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sj $ $Date: 2007-09-28 15:49:57 $
+ * last change: $Author: vg $ $Date: 2007-10-29 12:29:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -403,7 +403,7 @@ sal_Bool InformationDialog::execute()
if ( maSaveAsURL.getLength() )
{
- sal_Int16 nInt16;
+ sal_Int16 nInt16 = 0;
Any aAny( getControlProperty( TKGet( TK_OpenNewDocument ), TKGet( TK_State ) ) );
if ( aAny >>= nInt16 )
{