diff options
Diffstat (limited to 'editeng/inc/editeng/udlnitem.hxx')
-rw-r--r-- | editeng/inc/editeng/udlnitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/inc/editeng/udlnitem.hxx b/editeng/inc/editeng/udlnitem.hxx index 79ae74752e6e..9689bd7b96de 100644 --- a/editeng/inc/editeng/udlnitem.hxx +++ b/editeng/inc/editeng/udlnitem.hxx @@ -54,7 +54,7 @@ public: SvxTextLineItem( const FontUnderline eSt, const USHORT nId ); - // "pure virtual Methoden" vom SfxPoolItem + // "pure virtual Methods" from SfxPoolItem virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, @@ -71,7 +71,7 @@ public: virtual bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ); - // MS VC4.0 kommt durcheinander + // MS VC4.0 messes things up void SetValue( USHORT nNewVal ) {SfxEnumItem::SetValue(nNewVal); } virtual int HasBoolValue() const; |