summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 07:55:49 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 07:55:49 +0000
commit9267cb6d01aee956277dc7ebe39689e9e4b64030 (patch)
tree1218e41df9599ea5bdbc191a40253af6d74e25cc /sw/inc/numrule.hxx
parentf33e65c4d5da94c88edb647f1dc88632d46caa68 (diff)
INTEGRATION: CWS os94 (1.29.236); FILE MERGED
2007/03/12 08:07:31 os 1.29.236.1: #i75235# unused methods removed
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 37056c1e59e9..7b2af33e0293 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: numrule.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: vg $ $Date: 2006-09-22 09:18:14 $
+ * last change: $Author: rt $ $Date: 2007-04-25 08:55:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -116,8 +116,6 @@ public:
BOOL operator==( const SwNumFmt& ) const;
BOOL operator!=( const SwNumFmt& r ) const { return !(*this == r); }
- const Graphic* GetGraphic() const;
-
SwCharFmt* GetCharFmt() const { return (SwCharFmt*)pRegisteredIn; }
void SetCharFmt( SwCharFmt* );
virtual void Modify( SfxPoolItem* pOld, SfxPoolItem* pNew );
@@ -306,13 +304,6 @@ public:
BYTE GetPoolHlpFileId() const { return nPoolHlpFileId; }
void SetPoolHlpFileId( BYTE nId ) { nPoolHlpFileId = nId; }
- /**
- #109308# Sets adjustment in all formats of the numbering rule.
-
- @param eNum adjustment to be set
- */
- void SetNumAdjust(SvxAdjust eNum);
-
void SetSvxRule(const SvxNumRule&, SwDoc* pDoc);
SvxNumRule MakeSvxNumRule() const;
@@ -348,8 +339,6 @@ public:
void Validate();
void NewNumberRange(const SwPaM & rPam);
void AddNumber(SwNodeNum * pNdNum, unsigned int nLevel);
-
- String ToString() const;
};
// --> OD 2006-06-27 #b6440955#