diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:23:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:23:59 +0000 |
commit | 3265ea6538d253987c86260f8bc7b3cb916870e0 (patch) | |
tree | 48468276b9a1768d6cdd2bf59825354352bae2f2 /sw/inc/fmtline.hxx | |
parent | 50f45e93e3601ca5a56e4b48329f24394ca8548f (diff) |
INTEGRATION: CWS writercorehandoff (1.8.272); FILE MERGED
2005/09/13 11:32:10 tra 1.8.272.2: RESYNC: (1.8-1.9); FILE MERGED
2005/06/07 14:09:56 fme 1.8.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r-- | sw/inc/fmtline.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx index 999cf2103133..7395235b17a7 100644 --- a/sw/inc/fmtline.hxx +++ b/sw/inc/fmtline.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fmtline.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:51:33 $ + * last change: $Author: hr $ $Date: 2006-08-14 15:23:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,8 +83,5 @@ public: inline const SwFmtLineNumber &SwAttrSet::GetLineNumber(BOOL bInP) const { return (const SwFmtLineNumber&)Get( RES_LINENUMBER,bInP); } -inline const SwFmtLineNumber &SwFmt::GetLineNumber(BOOL bInP) const - { return aSet.GetLineNumber(bInP); } - #endif |