summaryrefslogtreecommitdiffstats
path: root/sc/inc/stlsheet.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-12 12:13:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-12 12:13:15 +0000
commite225813ed45fcec2732ee629b64733630a2ac677 (patch)
tree087a2b4ff84acfb568de50a42ff58eeec0ad24e6 /sc/inc/stlsheet.hxx
parentINTEGRATION: CWS impresstables2 (1.4.40); FILE MERGED (diff)
downloadcore-e225813ed45fcec2732ee629b64733630a2ac677.tar.gz
core-e225813ed45fcec2732ee629b64733630a2ac677.zip
INTEGRATION: CWS impresstables2 (1.3.406); FILE MERGED
2007/07/26 21:40:27 cl 1.3.406.1: #i68103# reworked styles to use refcounting
Diffstat (limited to 'sc/inc/stlsheet.hxx')
-rw-r--r--sc/inc/stlsheet.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/stlsheet.hxx b/sc/inc/stlsheet.hxx
index bd66172afc2c..ef0490a0d656 100644
--- a/sc/inc/stlsheet.hxx
+++ b/sc/inc/stlsheet.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stlsheet.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:58:41 $
+ * last change: $Author: rt $ $Date: 2008-03-12 13:13:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,7 +66,6 @@ private:
public:
TYPEINFO();
- virtual ~ScStyleSheet();
ScStyleSheet( const ScStyleSheet& rStyle );
@@ -88,6 +87,8 @@ public:
{ return eUsage; }
protected:
+ virtual ~ScStyleSheet();
+
ScStyleSheet( const String& rName,
ScStyleSheetPool& rPool,
SfxStyleFamily eFamily,