summaryrefslogtreecommitdiffstats
path: root/sw/inc/SwXMLSectionList.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-03 12:13:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-03 12:13:05 +0000
commit0118ee7c6bf1086d4f9cce8b18e1525760a4f5c8 (patch)
tree27f893db02766068b2f998f792bfe6c3b9de8ebf /sw/inc/SwXMLSectionList.hxx
parentINTEGRATION: CWS os12 (1.57.100); FILE MERGED (diff)
downloadcore-0118ee7c6bf1086d4f9cce8b18e1525760a4f5c8.tar.gz
core-0118ee7c6bf1086d4f9cce8b18e1525760a4f5c8.zip
INTEGRATION: CWS binfilter (1.3.292); FILE MERGED
2003/07/08 17:23:42 aw 1.3.292.1: #110680#
Diffstat (limited to 'sw/inc/SwXMLSectionList.hxx')
-rw-r--r--sw/inc/SwXMLSectionList.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sw/inc/SwXMLSectionList.hxx b/sw/inc/SwXMLSectionList.hxx
index f8c67ae722aa..f99be3a6402d 100644
--- a/sw/inc/SwXMLSectionList.hxx
+++ b/sw/inc/SwXMLSectionList.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXMLSectionList.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-09-13 11:47:05 $
+ * last change: $Author: rt $ $Date: 2004-05-03 13:13:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,12 @@ protected:
::com::sun::star::xml::sax::XAttributeList > & xAttrList );
public:
SvStrings & rSectionList;
- SwXMLSectionList ( SvStrings & rNewSectionList );
+
+ // #110680#
+ SwXMLSectionList(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
+ SvStrings & rNewSectionList );
+
virtual ~SwXMLSectionList ( )
throw();
};