summaryrefslogtreecommitdiff
path: root/sc/inc/stlpool.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 12:12:58 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 12:12:58 +0000
commitcc2169742f42ec0258d258c9dd671e68e45cf796 (patch)
tree5213132895ab85b4e94c6d5b75ee1ff5a2da34e3 /sc/inc/stlpool.hxx
parentcd8592ba428658b7f97f1d7716b1ef59d41d37bc (diff)
INTEGRATION: CWS impresstables2 (1.4.40); FILE MERGED
2007/07/26 21:40:27 cl 1.4.40.1: #i68103# reworked styles to use refcounting
Diffstat (limited to 'sc/inc/stlpool.hxx')
-rw-r--r--sc/inc/stlpool.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/inc/stlpool.hxx b/sc/inc/stlpool.hxx
index ff310b081176..4d2f21ec29fb 100644
--- a/sc/inc/stlpool.hxx
+++ b/sc/inc/stlpool.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stlpool.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 11:58:11 $
+ * last change: $Author: rt $ $Date: 2008-03-12 13:12:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,12 +49,11 @@ class ScStyleSheetPool : public SfxStyleSheetPool
public:
ScStyleSheetPool( SfxItemPool& rPool,
ScDocument* pDocument );
- virtual ~ScStyleSheetPool();
void SetDocument( ScDocument* pDocument );
ScDocument* GetDocument() const { return pDoc; }
- virtual void Erase( SfxStyleSheetBase* pStyle );
+ virtual void Remove( SfxStyleSheetBase* pStyle );
void SetActualStyleSheet ( SfxStyleSheetBase* pActStyleSheet )
{ pActualStyleSheet = pActStyleSheet; }
@@ -80,6 +79,8 @@ public:
void ConvertFontsAfterLoad(); // old binary file format
protected:
+ virtual ~ScStyleSheetPool();
+
using SfxStyleSheetPool::Create; // calcwarnings: Create(const SfxStyleSheet&) - ever used?
virtual SfxStyleSheetBase* Create( const String& rName,