summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/namecrea.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/namecrea.hxx')
-rw-r--r--sc/source/ui/inc/namecrea.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/namecrea.hxx b/sc/source/ui/inc/namecrea.hxx
index 8f2e90bcacfc..eea0dd01ec6f 100644
--- a/sc/source/ui/inc/namecrea.hxx
+++ b/sc/source/ui/inc/namecrea.hxx
@@ -50,9 +50,9 @@ protected:
CancelButton aCancelButton;
HelpButton aHelpButton;
public:
- ScNameCreateDlg( Window * pParent, USHORT nFlags );
+ ScNameCreateDlg( Window * pParent, sal_uInt16 nFlags );
- USHORT GetFlags() const;
+ sal_uInt16 GetFlags() const;
};