summaryrefslogtreecommitdiff
path: root/sw/inc/unostyle.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-02-23 11:32:44 +0000
committerOliver Specht <os@openoffice.org>2001-02-23 11:32:44 +0000
commit02255839a51a09caf853c1e6495f01c0e528d4f0 (patch)
tree8d89d729d4af7d8f52d543620383c6ae589d98e7 /sw/inc/unostyle.hxx
parent91812b855e9bb5d35cb869ecef3f430c956e7fbc (diff)
XStyleLoader: always use default arguments
Diffstat (limited to 'sw/inc/unostyle.hxx')
-rw-r--r--sw/inc/unostyle.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index 96014024eb05..a474e3ead4ee 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unostyle.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dvo $ $Date: 2001-01-30 13:17:24 $
+ * last change: $Author: os $ $Date: 2001-02-23 12:32:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,12 +126,6 @@ class SwXStyleFamilies : public cppu::WeakImplHelper4
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > * pxPageStyles;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > * pxNumberingStyles;
- sal_Bool bLoadStyleText : 1;
- sal_Bool bLoadStyleFrame : 1;
- sal_Bool bLoadStylePage : 1;
- sal_Bool bLoadStyleOverwrite : 1;
- sal_Bool bLoadStyleNumbering : 1;
-
public:
SwXStyleFamilies(SwDocShell& rDocShell);
virtual ~SwXStyleFamilies();