summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/frame.hxx4
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; }