summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/shdditem.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-10 14:47:04 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-10 14:47:04 +0100
commit12149cec8bcaf0e234def8d435025f07be24e15b (patch)
tree7c18020b6c9877ee3e1e6cfeb4920df49ebdf643 /editeng/inc/editeng/shdditem.hxx
parentf8431bc530cabfe39df3918b994269dded8d7f8c (diff)
removetooltypes01: #i112600# First part remove tools types from editeng
Diffstat (limited to 'editeng/inc/editeng/shdditem.hxx')
-rw-r--r--editeng/inc/editeng/shdditem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/editeng/inc/editeng/shdditem.hxx b/editeng/inc/editeng/shdditem.hxx
index 72c3d3f655d7..97c02dff1385 100644
--- a/editeng/inc/editeng/shdditem.hxx
+++ b/editeng/inc/editeng/shdditem.hxx
@@ -50,13 +50,13 @@ class EDITENG_DLLPUBLIC SvxShadowedItem : public SfxBoolItem
public:
TYPEINFO();
- SvxShadowedItem( const BOOL bShadowed /*= FALSE*/,
- const USHORT nId );
+ SvxShadowedItem( const sal_Bool bShadowed /*= FALSE*/,
+ const sal_uInt16 nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual SfxPoolItem* Create(SvStream &, USHORT) const;
- virtual SvStream& Store(SvStream &, USHORT nItemVersion) const;
+ virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const;
+ virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,