summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tabtempl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tabtempl.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/tabtempl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/tabtempl.hxx b/sd/source/ui/inc/tabtempl.hxx
index b96231dd3969..3637ee3565fc 100644..100755
--- a/sd/source/ui/inc/tabtempl.hxx
+++ b/sd/source/ui/inc/tabtempl.hxx
@@ -60,15 +60,15 @@ private:
XDashList* pDashList;
XLineEndList* pLineEndList;
- USHORT nPageType;
- USHORT nDlgType;
- USHORT nPos;
+ sal_uInt16 nPageType;
+ sal_uInt16 nDlgType;
+ sal_uInt16 nPos;
ChangeType nColorTableState;
ChangeType nBitmapListState;
ChangeType nGradientListState;
ChangeType nHatchingListState;
- virtual void PageCreated( USHORT nId, SfxTabPage &rPage );
+ virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage );
virtual const SfxItemSet* GetRefreshedSet();
public: