diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-25 07:54:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-25 07:54:26 +0000 |
commit | c6f983d481f04a3852dc88446a5ac558624b2208 (patch) | |
tree | 5355b0f2ffed21033c42930d8321c639d68b7a92 /sw/inc/fmtanchr.hxx | |
parent | 0a2bdf1f981a5f53d77c0a98a72eda09ae1e0b0b (diff) |
INTEGRATION: CWS os94 (1.9.734); FILE MERGED
2007/03/12 08:07:30 os 1.9.734.1: #i75235# unused methods removed
Diffstat (limited to 'sw/inc/fmtanchr.hxx')
-rw-r--r-- | sw/inc/fmtanchr.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/fmtanchr.hxx b/sw/inc/fmtanchr.hxx index fd92ee237651..bf970be5ee14 100644 --- a/sw/inc/fmtanchr.hxx +++ b/sw/inc/fmtanchr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fmtanchr.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:47:27 $ + * last change: $Author: rt $ $Date: 2007-04-25 08:54:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -98,8 +98,6 @@ public: void SetType( RndStdIds nRndId ) { nAnchorId = nRndId; } void SetPageNum( USHORT nNew ) { nPageNum = nNew; } void SetAnchor( const SwPosition *pPos ); - // OD 2004-05-05 #i28701# - void SetOrder( const sal_uInt32 _nNewOrder ); }; inline const SwFmtAnchor &SwAttrSet::GetAnchor(BOOL bInP) const |