summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/lcolitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/lcolitem.hxx')
-rw-r--r--editeng/inc/editeng/lcolitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/editeng/inc/editeng/lcolitem.hxx b/editeng/inc/editeng/lcolitem.hxx
index 00b116f1f0..0108f35808 100644
--- a/editeng/inc/editeng/lcolitem.hxx
+++ b/editeng/inc/editeng/lcolitem.hxx
@@ -34,7 +34,7 @@
#include <editeng/editengdllapi.h>
/*
- * dummy-Item fuer ToolBox-Controller:
+ * Dummy item for ToolBox controller:
*
*/
@@ -43,9 +43,9 @@ class EDITENG_DLLPUBLIC SvxLineColorItem : public SvxColorItem
public:
TYPEINFO();
- SvxLineColorItem( const USHORT nId );
- SvxLineColorItem( const Color& aColor, const USHORT nId );
- SvxLineColorItem( SvStream& rStrm, const USHORT nId );
+ SvxLineColorItem( const sal_uInt16 nId );
+ SvxLineColorItem( const Color& aColor, const sal_uInt16 nId );
+ SvxLineColorItem( SvStream& rStrm, const sal_uInt16 nId );
SvxLineColorItem( const SvxLineColorItem& rCopy );
~SvxLineColorItem();