summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlwrap.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-09-05 14:12:42 +0000
committerOliver Bolte <obo@openoffice.org>2005-09-05 14:12:42 +0000
commitb47ddbb7640d0ea9f51de212e381198bbb036531 (patch)
treee7b96c503a3296153821af656173912bd10c0366 /sc/source/filter/xml/xmlwrap.cxx
parentbb8961448bfa2f6e85033216422994b6812a0005 (diff)
INTEGRATION: CWS impress67 (1.56.112); FILE MERGED
2005/08/29 07:32:55 cl 1.56.112.1: #i42959# added property BuildId
Diffstat (limited to 'sc/source/filter/xml/xmlwrap.cxx')
-rw-r--r--sc/source/filter/xml/xmlwrap.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlwrap.cxx b/sc/source/filter/xml/xmlwrap.cxx
index 77fe31a2ab59..871de568bcca 100644
--- a/sc/source/filter/xml/xmlwrap.cxx
+++ b/sc/source/filter/xml/xmlwrap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlwrap.cxx,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: vg $ $Date: 2005-03-23 13:04:11 $
+ * last change: $Author: obo $ $Date: 2005-09-05 15:12:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -479,6 +479,8 @@ sal_Bool ScXMLImportWrapper::Import(sal_Bool bStylesOnly, ErrCode& nError)
{ MAP_LEN( "BaseURI" ), 0, &::getCppuType( (rtl::OUString *)0 ), ::com::sun::star::beans::PropertyAttribute::MAYBEVOID, 0 },
{ MAP_LEN( "StreamRelPath" ), 0, &::getCppuType( (rtl::OUString *)0 ), ::com::sun::star::beans::PropertyAttribute::MAYBEVOID, 0 },
{ MAP_LEN( "StreamName" ), 0, &::getCppuType( (rtl::OUString *)0 ), ::com::sun::star::beans::PropertyAttribute::MAYBEVOID, 0 },
+ { MAP_LEN( "BuildId" ), 0, &::getCppuType( (OUString *)0 ), ::com::sun::star::beans::PropertyAttribute::MAYBEVOID, 0 },
+
{ NULL, 0, 0, NULL, 0, 0 }
};
uno::Reference< beans::XPropertySet > xInfoSet( comphelper::GenericPropertySet_CreateInstance( new comphelper::PropertySetInfo( aImportInfoMap ) ) );