diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-17 05:23:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-17 05:23:12 +0200 |
commit | bd660b3d31a444fb46927b9e31ef6bd2752eab24 (patch) | |
tree | 52bafb66fdeabc3c1d115f70605856410e4ea02b /sw | |
parent | b0e02e72c20f3c921fed34367f8184604387572b (diff) |
oups
wrongly deleted in
0842a2707cfca15c0af5eee6ed9d76547a01a7f9
Change-Id: Iafccce9a503c48e483d492a2d4bdee9a648f32c7
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/frame.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx index 825b452b19fb..0d9ac844d82b 100644 --- a/sw/source/core/inc/frame.hxx +++ b/sw/source/core/inc/frame.hxx @@ -549,12 +549,12 @@ public: bool IsInBalancedSection() const; inline bool IsReverse() const { return mbReverse; } - inline void SetReverse( bool bNew ){ mbReverse; } + inline void SetReverse( bool bNew ){ mbReverse = bNew; } inline bool IsVertical() const; inline bool IsVertLR() const; inline bool GetVerticalFlag() const { return mbVertical; } - inline void SetVertical( bool bNew ){ mbVertical; } + inline void SetVertical( bool bNew ){ mbVertical = bNew; } inline void SetbVertLR( bool bNew ) { mbVertLR = bNew; } inline void SetDerivedVert( bool bNew ){ mbDerivedVert = bNew; } |