summaryrefslogtreecommitdiff
path: root/sc/inc/stlpool.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 10:58:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 10:58:11 +0000
commit7396721c2f9517f6be7a8cf3d9dd5b215eab95c2 (patch)
tree2a70867d75be3a10cc82858e6dd4bd873190a52a /sc/inc/stlpool.hxx
parent509ac4894f23b8ab7a97c44cda556188871008ba (diff)
INTEGRATION: CWS calcwarnings (1.3.324); FILE MERGED
2006/11/28 13:24:33 nn 1.3.324.1: #i69284# warning-free: core, wntmsci10
Diffstat (limited to 'sc/inc/stlpool.hxx')
-rw-r--r--sc/inc/stlpool.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/stlpool.hxx b/sc/inc/stlpool.hxx
index bea4509791f4..ff310b081176 100644
--- a/sc/inc/stlpool.hxx
+++ b/sc/inc/stlpool.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stlpool.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:58:25 $
+ * last change: $Author: vg $ $Date: 2007-02-27 11:58:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,6 +80,8 @@ public:
void ConvertFontsAfterLoad(); // old binary file format
protected:
+ using SfxStyleSheetPool::Create; // calcwarnings: Create(const SfxStyleSheet&) - ever used?
+
virtual SfxStyleSheetBase* Create( const String& rName,
SfxStyleFamily eFamily,
USHORT nMask);