summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-13 13:48:20 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-13 13:48:20 +0100
commit6980046ff927d5cb5a2d83dcd730eb7c3b9fe414 (patch)
treec0203b747b8015ea8b98095e5eb08a1e9f2e35ef /sw
parentdeliver the right libs on mingw (diff)
downloadcore-6980046ff927d5cb5a2d83dcd730eb7c3b9fe414.tar.gz
core-6980046ff927d5cb5a2d83dcd730eb7c3b9fe414.zip
Some little cleanup
Change-Id: I5b754441611224a0bf028a1a12b0b6d985df276d
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/numrule.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 4ae7151c85b5..81e2f12554bb 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -75,13 +75,12 @@ public:
SwCharFmt* GetCharFmt() const { return (SwCharFmt*)GetRegisteredIn(); }
void SetCharFmt( SwCharFmt* );
+ virtual void SetCharFmtName(const String& rSet);
+ virtual const String& GetCharFmtName()const;
+
//For i120928,access the cp info of graphic within bullet
void SetGrfBulletCP(sal_Unicode cP){cGrfBulletCP = cP;}
sal_Unicode GetGrfBulletCP()const {return cGrfBulletCP;}
- void ForgetCharFmt();
-
- virtual void SetCharFmtName(const String& rSet);
- virtual const String& GetCharFmtName()const;
virtual void SetGraphicBrush( const SvxBrushItem* pBrushItem, const Size* pSize = 0, const sal_Int16* pOrient = 0);