summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-12-11 15:07:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-12-11 15:07:25 +0000
commit2e9639b8d5cf2e9396e5cd18a40e418e74f45be2 (patch)
tree06fe3ed67c77b7dd2c23fb83c41b90755e35bafb
parentcf598728b2d6cae2f3c843f34a8a9fcb37574b44 (diff)
#65293#: return value
-rw-r--r--sw/source/core/text/itratr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/itratr.hxx b/sw/source/core/text/itratr.hxx
index ee653a10e6c1..1f92a091bf9b 100644
--- a/sw/source/core/text/itratr.hxx
+++ b/sw/source/core/text/itratr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itratr.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ama $ $Date: 2000-12-11 11:04:00 $
+ * last change: $Author: hr $ $Date: 2000-12-11 16:07:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,7 +105,7 @@ private:
MSHORT nChgCnt;
BYTE nPropFont;
void SeekFwd( const xub_StrLen nPos );
- inline SetFnt( SwFont* pNew ) { pFnt = pNew; }
+ inline void SetFnt( SwFont* pNew ) { pFnt = pNew; }
protected:
void Chg( SwTxtAttr *pHt );