summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyli.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-10-17 09:09:02 +0000
committerSascha Ballach <sab@openoffice.org>2000-10-17 09:09:02 +0000
commitbc3573c00034e1fb87004ff95c347bf534703472 (patch)
treeec8b968d6827bf910713afa6cedefadac0a3a393 /sc/source/filter/xml/xmlstyli.hxx
parent648822415bd83c44d39a388f05f3be85eff2043d (diff)
remove my own page style Export/Import
Diffstat (limited to 'sc/source/filter/xml/xmlstyli.hxx')
-rw-r--r--sc/source/filter/xml/xmlstyli.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/source/filter/xml/xmlstyli.hxx b/sc/source/filter/xml/xmlstyli.hxx
index 52de609a26a1..eaae6e52afcb 100644
--- a/sc/source/filter/xml/xmlstyli.hxx
+++ b/sc/source/filter/xml/xmlstyli.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlstyli.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sab $ $Date: 2000-09-28 17:01:01 $
+ * last change: $Author: sab $ $Date: 2000-10-17 10:09:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,21 +177,17 @@ class XMLTableStylesContext : public SvXMLStylesContext
::com::sun::star::uno::Reference <
::com::sun::star::container::XNameContainer > xCellStyles;
::com::sun::star::uno::Reference <
- ::com::sun::star::container::XNameContainer > xPageStyles;
- ::com::sun::star::uno::Reference <
::com::sun::star::container::XNameContainer > xColumnStyles;
::com::sun::star::uno::Reference <
::com::sun::star::container::XNameContainer > xRowStyles;
::com::sun::star::uno::Reference <
::com::sun::star::container::XNameContainer > xTableStyles;
const ::rtl::OUString sCellStyleServiceName;
- const ::rtl::OUString sPageStyleServiceName;
const ::rtl::OUString sColumnStyleServiceName;
const ::rtl::OUString sRowStyleServiceName;
const ::rtl::OUString sTableStyleServiceName;
UniReference < SvXMLImportPropertyMapper > xCellImpPropMapper;
- UniReference < SvXMLImportPropertyMapper > xPageImpPropMapper;
UniReference < SvXMLImportPropertyMapper > xColumnImpPropMapper;
UniReference < SvXMLImportPropertyMapper > xRowImpPropMapper;
UniReference < SvXMLImportPropertyMapper > xTableImpPropMapper;