summaryrefslogtreecommitdiffstats
path: root/sw/source/core/inc/frminf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/frminf.hxx')
-rw-r--r--sw/source/core/inc/frminf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/frminf.hxx b/sw/source/core/inc/frminf.hxx
index 99713647b5de..8ec58e1a94d9 100644
--- a/sw/source/core/inc/frminf.hxx
+++ b/sw/source/core/inc/frminf.hxx
@@ -34,7 +34,7 @@ class SwTextFrameInfo
static SwTwips GetLineStart( const SwTextCursor &rLine );
public:
- inline SwTextFrameInfo( const SwTextFrame *pTextFrame ) : pFrame(pTextFrame) { }
+ SwTextFrameInfo( const SwTextFrame *pTextFrame ) : pFrame(pTextFrame) { }
// Does the paragraph fit into a single line?
bool IsOneLine() const;