[Libreoffice-commits] core.git: sw/source

Thomas Arnhold thomas at arnhold.org
Sat Aug 16 20:24:19 PDT 2014


 sw/source/core/inc/frame.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bd660b3d31a444fb46927b9e31ef6bd2752eab24
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sun Aug 17 05:23:12 2014 +0200

    oups
    
    wrongly deleted in
    0842a2707cfca15c0af5eee6ed9d76547a01a7f9
    
    Change-Id: Iafccce9a503c48e483d492a2d4bdee9a648f32c7

diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 825b452..0d9ac84 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; }


More information about the Libreoffice-commits mailing list