summaryrefslogtreecommitdiff
path: root/package/source/xstor/xfactory.cxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-04-15 16:28:01 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-04-15 16:28:01 +0200
commit6bfa05212ad958a16170267d51ffce2e61b97d96 (patch)
tree08151e147db688b1f139e0c47f63240b5c9c644c /package/source/xstor/xfactory.cxx
parent348d64a3100e29b376b82d4cb6237c8b7c1d56df (diff)
fwk138: #i87496# let the UNO type be used
Diffstat (limited to 'package/source/xstor/xfactory.cxx')
-rw-r--r--package/source/xstor/xfactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/xfactory.cxx b/package/source/xstor/xfactory.cxx
index cfea4af2db87..68c393fed08b 100644
--- a/package/source/xstor/xfactory.cxx
+++ b/package/source/xstor/xfactory.cxx
@@ -186,7 +186,7 @@ uno::Reference< uno::XInterface > SAL_CALL OStorageFactory::createInstanceWithAr
uno::Sequence< beans::PropertyValue > aDescr;
uno::Sequence< beans::PropertyValue > aPropsToSet;
- sal_Int16 nStorageType = embed::StorageFormats::PACKAGE;
+ sal_Int32 nStorageType = embed::StorageFormats::PACKAGE;
if ( nArgNum >= 3 )
{