summaryrefslogtreecommitdiff
path: root/sw/inc/fmtanchr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 07:54:26 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 07:54:26 +0000
commitc6f983d481f04a3852dc88446a5ac558624b2208 (patch)
tree5355b0f2ffed21033c42930d8321c639d68b7a92 /sw/inc/fmtanchr.hxx
parent0a2bdf1f981a5f53d77c0a98a72eda09ae1e0b0b (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.hxx6
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