summaryrefslogtreecommitdiff
path: root/starmath/inc/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/config.hxx')
-rw-r--r--starmath/inc/config.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/config.hxx b/starmath/inc/config.hxx
index c52e429923c9..99f4fd4a9489 100644
--- a/starmath/inc/config.hxx
+++ b/starmath/inc/config.hxx
@@ -47,7 +47,7 @@ public:
SmConfig();
virtual ~SmConfig();
- SmFontPickList & GetFontPickList(USHORT nIdent) { return vFontPickList[nIdent]; }
+ SmFontPickList & GetFontPickList(sal_uInt16 nIdent) { return vFontPickList[nIdent]; }
void ItemSetToConfig(const SfxItemSet &rSet);
void ConfigToItemSet(SfxItemSet &rSet) const;