summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyli.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-11-30 08:04:15 +0000
committerSascha Ballach <sab@openoffice.org>2000-11-30 08:04:15 +0000
commitfc21c7a688ffeb874a25680fae9a2c0628eb7a29 (patch)
tree3908c5cb327b4363644174b0842f17be37ef43a8 /sc/source/filter/xml/xmlstyli.hxx
parent7aa111b9aeffff8787fb0345712b8ecf0c4b77b0 (diff)
#79771#; some little changes to increase the performance a little bit
Diffstat (limited to 'sc/source/filter/xml/xmlstyli.hxx')
-rw-r--r--sc/source/filter/xml/xmlstyli.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmlstyli.hxx b/sc/source/filter/xml/xmlstyli.hxx
index 683086473d6d..1c3aeaa8ea3d 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: sab $ $Date: 2000-11-16 18:05:03 $
+ * last change: $Author: sab $ $Date: 2000-11-30 09:04:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -191,8 +191,6 @@ public:
void FillPropertySet(const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > & rPropSet );
- virtual void CreateAndInsert( sal_Bool bOverwrite );
- virtual void CreateAndInsertLate( sal_Bool bOverwrite );
virtual void Finish( sal_Bool bOverwrite );
};