summaryrefslogtreecommitdiff
path: root/include/editeng/bulletitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 14:14:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 13:00:01 +0000
commit861a322c662eb48b8da21c9d3ad1fa1f2f961391 (patch)
tree218c27389b31068393ccb2117d22cdeaaeedfbee /include/editeng/bulletitem.hxx
parent965a008d66035069249b1f218f1663f5f9fcf5dd (diff)
loplugin:expandablemethodds in include/editeng
Change-Id: Iaf56cb9c16a4cbfb9ab1636228c77d1033a334f5 Reviewed-on: https://gerrit.libreoffice.org/30132 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/bulletitem.hxx')
-rw-r--r--include/editeng/bulletitem.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/editeng/bulletitem.hxx b/include/editeng/bulletitem.hxx
index aef6d072bc9a..3d75512d2b5c 100644
--- a/include/editeng/bulletitem.hxx
+++ b/include/editeng/bulletitem.hxx
@@ -70,22 +70,14 @@ public:
virtual SvStream& Store( SvStream & , sal_uInt16 nItemVersion ) const override;
OUString GetFullText() const;
- sal_Unicode GetSymbol() const { return cSymbol; }
- const OUString& GetPrevText() const { return aPrevText; }
- const OUString& GetFollowText() const { return aFollowText; }
- sal_uInt16 GetStart() const { return nStart; }
long GetWidth() const { return nWidth; }
- SvxBulletStyle GetStyle() const { return nStyle; }
const vcl::Font& GetFont() const { return aFont; }
- sal_uInt16 GetScale() const { return nScale; }
const GraphicObject& GetGraphicObject() const;
void SetGraphicObject( const GraphicObject& rGraphicObject );
void SetSymbol( sal_Unicode c) { cSymbol = c; }
- void SetPrevText( const OUString& rStr) { aPrevText = rStr;}
- void SetFollowText(const OUString& rStr) { aFollowText=rStr;}
void SetStart( sal_uInt16 nNew ) { nStart = nNew; }
void SetWidth( long nNew ) { nWidth = nNew; }