summaryrefslogtreecommitdiff
path: root/sw/inc/fmtornt.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 07:54:48 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 07:54:48 +0000
commit8e83d35b57c728d08c41fcaefed81f990eb22ddb (patch)
treed6abf0501bf32984b0241be782c840d7e2a508c9 /sw/inc/fmtornt.hxx
parent384ac728663eb7dfaca065c81201a97313109c10 (diff)
INTEGRATION: CWS os94 (1.10.732); FILE MERGED
2007/03/12 08:07:30 os 1.10.732.1: #i75235# unused methods removed
Diffstat (limited to 'sw/inc/fmtornt.hxx')
-rw-r--r--sw/inc/fmtornt.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/inc/fmtornt.hxx b/sw/inc/fmtornt.hxx
index 75c75f163ec9..b4d62bb406d0 100644
--- a/sw/inc/fmtornt.hxx
+++ b/sw/inc/fmtornt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmtornt.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:52:03 $
+ * last change: $Author: rt $ $Date: 2007-04-25 08:54:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -87,9 +87,6 @@ public:
SwTwips GetPos() const { return nYPos; }
void SetPos( SwTwips nNew ) { nYPos = nNew; }
-
- SwTwips GetPosConvertedToSw31( const SvxULSpaceItem *pULSpace ) const;
- SwTwips GetPosConvertedFromSw31( const SvxULSpaceItem *pULSpace ) const;
};
//SwFmtHoriOrient, wie und woran orientiert --
@@ -129,9 +126,6 @@ public:
SwTwips GetPos() const { return nXPos; }
void SetPos( SwTwips nNew ) { nXPos = nNew; }
- SwTwips GetPosConvertedToSw31( const SvxLRSpaceItem *pLRSpace ) const;
- SwTwips GetPosConvertedFromSw31( const SvxLRSpaceItem *pLRSpace ) const;
-
BOOL IsPosToggle() const { return bPosToggle; }
void SetPosToggle( BOOL bNew ) { bPosToggle = bNew; }
};