summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/txtcache.hxx')
-rw-r--r--sw/source/core/text/txtcache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/txtcache.hxx b/sw/source/core/text/txtcache.hxx
index 46276d5d9700..9112f7a7f46a 100644
--- a/sw/source/core/text/txtcache.hxx
+++ b/sw/source/core/text/txtcache.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,7 +45,7 @@ public:
SwTxtLine( SwTxtFrm *pFrm, SwParaPortion *pNew = 0 );
virtual ~SwTxtLine();
- inline SwParaPortion *GetPara() { return pLine; }
+ inline SwParaPortion *GetPara() { return pLine; }
inline const SwParaPortion *GetPara() const { return pLine; }
inline void SetPara( SwParaPortion *pNew ) { pLine = pNew; }