summaryrefslogtreecommitdiff
path: root/sd/inc/stlpool.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-30 14:29:32 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-30 14:29:32 +0000
commit3bca41595c6d7d23f1be08851b720fca5000f592 (patch)
treeb351df85e1ec9bb5ff8d1c96a0e6ea8707b0cb4e /sd/inc/stlpool.hxx
parent42805422cfbd8908801fac38138260ba0d48d981 (diff)
85489# made PutNumBulletItem static for use in api
Diffstat (limited to 'sd/inc/stlpool.hxx')
-rw-r--r--sd/inc/stlpool.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx
index fb6e0f62f27c..f5f2c4d7b2dd 100644
--- a/sd/inc/stlpool.hxx
+++ b/sd/inc/stlpool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stlpool.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:28 $
+ * last change: $Author: cl $ $Date: 2001-03-30 15:29:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,7 +108,7 @@ public:
void CreatePseudosIfNecessary();
void UpdateStdNames();
void AdjustLRSpaceItems();
- void PutNumBulletItem( SfxStyleSheetBase* pSheet, Font& rBulletFont ) const;
+ static void PutNumBulletItem( SfxStyleSheetBase* pSheet, Font& rBulletFont );
Font GetBulletFont() const;
SdDrawDocument* GetDoc() const { return pDoc; }