summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/guisaveas.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:49:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:49:15 +0000
commit21a5cf4e2c63397a3a62ddd4b2488a1be32d4665 (patch)
treea34743321a888c7cb6e4d127e5a041d9f89a2553 /sfx2/source/doc/guisaveas.cxx
parentc97be9971a35b5d109352d66495dabf693c3e028 (diff)
INTEGRATION: CWS pj65 (1.24.30); FILE MERGED
2006/11/06 11:11:59 pjanik 1.24.30.1: #i71027#: Prevent warnings on Mac OS X.
Diffstat (limited to 'sfx2/source/doc/guisaveas.cxx')
-rw-r--r--sfx2/source/doc/guisaveas.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index 7189afcc29..dea0438c48 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: guisaveas.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 15:55:10 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:49:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1524,7 +1524,7 @@ void SfxStoringHelper::FillCopy( const uno::Reference< frame::XModel >& xModel,
uno::Any aVal;
::rtl::OUString aStrVal;
util::DateTime aDateTime;
- sal_Int32 nInt32Val;
+ sal_Int32 nInt32Val = 0;
// ==== Author property ====
::rtl::OUString aStringAuthor = ::rtl::OUString::createFromAscii( "Author" );