summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlwrap.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-28 11:08:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-28 11:08:18 +0000
commit51da24613944f69237f17c2e799970fe408b1baa (patch)
tree7a7ee3764c9c2ce249946455cdb33ab14526512c /sc/source/filter/xml/xmlwrap.cxx
parent57c1b3470402416152c4820d788fe6f402661e8d (diff)
INTEGRATION: CWS dr37 (1.55.8); FILE MERGED
2005/04/06 09:03:31 dr 1.55.8.2: RESYNC: (1.55-1.56); FILE MERGED 2005/03/24 17:38:50 nn 1.55.8.1: #i37799# StyleNames/StyleFamilies in aExportInfoMap
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 a1bf59e91479..e2d929243068 100644
--- a/sc/source/filter/xml/xmlwrap.cxx
+++ b/sc/source/filter/xml/xmlwrap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlwrap.cxx,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:15:05 $
+ * last change: $Author: hr $ $Date: 2005-09-28 12:08:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -755,6 +755,8 @@ sal_Bool ScXMLImportWrapper::Export(sal_Bool bStylesOnly)
{ 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( "StyleNames" ), 0, &::getCppuType( (uno::Sequence<rtl::OUString>*)0 ), ::com::sun::star::beans::PropertyAttribute::MAYBEVOID, 0 },
+ { MAP_LEN( "StyleFamilies" ), 0, &::getCppuType( (uno::Sequence<sal_Int32>*)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( aExportInfoMap ) ) );