From e8260df1d67baf807771cd5c740164a227856515 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Oct 2016 11:42:50 +0200 Subject: loplugin:expandablemethodds in sw(part2) Change-Id: Idc2118899a8063099b66c0f5db40d8402db063d1 Reviewed-on: https://gerrit.libreoffice.org/30083 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/source/core/inc/frame.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sw/source/core/inc/frame.hxx') diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx index a3451ee44adc..fb9dfec03965 100644 --- a/sw/source/core/inc/frame.hxx +++ b/sw/source/core/inc/frame.hxx @@ -438,14 +438,11 @@ public: inline bool IsVertical() const; inline bool IsVertLR() const; - inline bool GetVerticalFlag() const { return mbVertical; } inline void SetDerivedVert( bool bNew ){ mbDerivedVert = bNew; } inline void SetInvalidVert( bool bNew) { mbInvalidVert = bNew; } inline bool IsRightToLeft() const; - inline bool GetRightToLeftFlag() const { return mbRightToLeft; } inline void SetDerivedR2L( bool bNew ) { mbDerivedR2L = bNew; } - inline void SetInvalidR2L( bool bNew ) { mbInvalidR2L = bNew; } void CheckDirChange(); // returns upper left frame position for LTR and -- cgit v1.2.3