summaryrefslogtreecommitdiffstats
path: root/sw/source/core/text/frmcrsr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/frmcrsr.cxx')
-rw-r--r--sw/source/core/text/frmcrsr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/frmcrsr.cxx b/sw/source/core/text/frmcrsr.cxx
index 5fd1529d6539..3697c6417e3f 100644
--- a/sw/source/core/text/frmcrsr.cxx
+++ b/sw/source/core/text/frmcrsr.cxx
@@ -744,9 +744,9 @@ class SwSetToRightMargin
{
bool bRight;
public:
- inline SwSetToRightMargin() : bRight( false ) { }
- inline ~SwSetToRightMargin() { SwTextCursor::SetRightMargin( bRight ); }
- inline void SetRight( const bool bNew ) { bRight = bNew; }
+ SwSetToRightMargin() : bRight( false ) { }
+ ~SwSetToRightMargin() { SwTextCursor::SetRightMargin( bRight ); }
+ void SetRight( const bool bNew ) { bRight = bNew; }
};
bool SwTextFrame::UnitUp_( SwPaM *pPam, const SwTwips nOffset,