summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/lbseldlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/lbseldlg.hxx')
-rw-r--r--sc/source/ui/inc/lbseldlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/lbseldlg.hxx b/sc/source/ui/inc/lbseldlg.hxx
index fa288c609070..7ee7de254414 100644
--- a/sc/source/ui/inc/lbseldlg.hxx
+++ b/sc/source/ui/inc/lbseldlg.hxx
@@ -54,14 +54,14 @@ private:
public:
ScSelEntryDlg( Window* pParent,
- USHORT nResId,
+ sal_uInt16 nResId,
const String& aTitle,
const String& aLbTitle,
List& aEntryList );
~ScSelEntryDlg();
String GetSelectEntry() const;
-//UNUSED2008-05 USHORT GetSelectEntryPos() const;
+//UNUSED2008-05 sal_uInt16 GetSelectEntryPos() const;
};