summaryrefslogtreecommitdiff
path: root/sw/inc/fmtanchr.hxx
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2010-11-15 11:59:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-15 11:59:57 +0000
commitd67e79934fa19cd667c2455e5e95dd48df511179 (patch)
treefad02748be4007f72432d57a8a40e2ae9f64d49c /sw/inc/fmtanchr.hxx
parent54d8e263fe5f44f408038d23997039f19c90e09c (diff)
Comment translations, bogus comments, commented code removed from SW includes
Diffstat (limited to 'sw/inc/fmtanchr.hxx')
-rw-r--r--sw/inc/fmtanchr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fmtanchr.hxx b/sw/inc/fmtanchr.hxx
index ab6cc9d91af1..6dc4f08f10e0 100644
--- a/sw/inc/fmtanchr.hxx
+++ b/sw/inc/fmtanchr.hxx
@@ -48,7 +48,7 @@ class SW_DLLPUBLIC SwFmtAnchor: public SfxPoolItem
RndStdIds nAnchorId;
USHORT nPageNum; //Seitennummer bei Seitengeb. Rahmen.
- // OD 2004-05-05 #i28701# - getting anchor positions ordered
+ // #i28701# - getting anchor positions ordered
sal_uInt32 mnOrder;
static sal_uInt32 mnOrderCounter;
@@ -60,7 +60,7 @@ public:
// Zuweisungsoperator
SwFmtAnchor &operator=( const SwFmtAnchor& );
- // "pure virtual Methoden" vom SfxPoolItem
+ // "pure virtual methods" of SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
@@ -75,7 +75,7 @@ public:
RndStdIds GetAnchorId() const { return nAnchorId; }
USHORT GetPageNum() const { return nPageNum; }
const SwPosition *GetCntntAnchor() const { return pCntntAnchor; }
- // OD 2004-05-05 #i28701#
+ // #i28701#
sal_uInt32 GetOrder() const;
void SetType( RndStdIds nRndId ) { nAnchorId = nRndId; }