[Libreoffice-commits] core.git: sw/inc
Fridrich Å trba
fridrich.strba at bluewin.ch
Wed Mar 13 05:48:52 PDT 2013
sw/inc/numrule.hxx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
New commits:
commit 6980046ff927d5cb5a2d83dcd730eb7c3b9fe414
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Wed Mar 13 13:48:20 2013 +0100
Some little cleanup
Change-Id: I5b754441611224a0bf028a1a12b0b6d985df276d
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 4ae7151..81e2f12 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);
More information about the Libreoffice-commits
mailing list