diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 12:13:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 12:13:15 +0000 |
commit | e225813ed45fcec2732ee629b64733630a2ac677 (patch) | |
tree | 087a2b4ff84acfb568de50a42ff58eeec0ad24e6 /sc/inc/stlsheet.hxx | |
parent | cc2169742f42ec0258d258c9dd671e68e45cf796 (diff) |
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.hxx | 7 |
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, |