diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:44:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:44:40 +0000 |
commit | 9271e33041bbaac76713ba0cc35a1b8172df5713 (patch) | |
tree | 761ad06c2f561184b459c4ee57c0bc939ef95753 /ucb | |
parent | c5d1668005e0d9589753a48d96f74014e643923e (diff) |
INTEGRATION: CWS pj65 (1.7.12); FILE MERGED
2006/10/31 13:58:31 pjanik 1.7.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_storage.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_storage.cxx b/ucb/source/ucp/tdoc/tdoc_storage.cxx index e3a8ebcc479c..9abf08acf339 100644 --- a/ucb/source/ucp/tdoc/tdoc_storage.cxx +++ b/ucb/source/ucp/tdoc/tdoc_storage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tdoc_storage.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 14:03:34 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:44:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -478,7 +478,7 @@ uno::Reference< embed::XStorage > StorageElementFactory::queryStorage( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OpenMode" ) ) ); - sal_Int32 nOpenMode; + sal_Int32 nOpenMode = 0; if ( aPropValue >>= nOpenMode ) { switch ( eMode ) |