summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:04:49 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:04:49 +0000
commit84751605b79723f70f8d35a56f10c0be1dc7077b (patch)
tree0131521ef92c65e28ac50040d2ed1058bc0caf27 /sw/inc/numrule.hxx
parentcee27c9f2eaab4c6936cead1a3a5dee22ebc8ae4 (diff)
INTEGRATION: CWS tune05 (1.16.12); FILE MERGED
2004/07/20 15:49:17 cmc 1.16.12.2: #i30554# unused GetBulletFoo varients (ran it by hb) 2004/06/25 13:20:57 cmc 1.16.12.1: #i30554# SwNumRule::IsRuleLSpace should be inside appropiate #ifndef
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index d0534529824f..1593a6913cff 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numrule.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kz $ $Date: 2004-06-11 15:21:07 $
+ * last change: $Author: obo $ $Date: 2004-08-12 12:04:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,8 +199,6 @@ public:
String MakeNumString( const SwNodeNum&, BOOL bInclStrings = TRUE,
BOOL bOnlyArabic = FALSE ) const;
- sal_Unicode GetBulletChar( const SwNodeNum& ) const;
- const Font* GetBulletFont( const SwNodeNum& ) const;
static const Font& GetDefBulletFont();
static char* GetOutlineRuleName() { return pDefOutlineName; }
@@ -221,8 +219,10 @@ public:
// die gegebenfalls
void CheckCharFmts( SwDoc* pDoc );
+#ifndef NUM_RELSPACE
// test ob der Einzug von dieser Numerierung kommt.
BOOL IsRuleLSpace( SwTxtNode& rNd ) const;
+#endif
const String& GetName() const { return sName; }
void SetName( const String& rNm ) { sName = rNm; }