diff options
Diffstat (limited to 'sw/inc/hfspacingitem.hxx')
-rw-r--r-- | sw/inc/hfspacingitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hfspacingitem.hxx b/sw/inc/hfspacingitem.hxx index 77b4b0abc6dd..6dd5efbde153 100644 --- a/sw/inc/hfspacingitem.hxx +++ b/sw/inc/hfspacingitem.hxx @@ -41,7 +41,7 @@ public: SwHeaderAndFooterEatSpacingItem( USHORT nId = RES_HEADER_FOOTER_EAT_SPACING, BOOL bPrt = FALSE ) : SfxBoolItem( nId, bPrt ) {} - // "pure virtual Methoden" vom SfxPoolItem + // "pure virtual methods" of SfxPoolItem virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, |