diff options
Diffstat (limited to 'sfx2/source/inc/mnucfga.hxx')
-rwxr-xr-x[-rw-r--r--] | sfx2/source/inc/mnucfga.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/mnucfga.hxx b/sfx2/source/inc/mnucfga.hxx index 3241162ee691..ed59872059c9 100644..100755 --- a/sfx2/source/inc/mnucfga.hxx +++ b/sfx2/source/inc/mnucfga.hxx @@ -37,7 +37,7 @@ class SfxMenuCfgItemArr; struct SfxMenuCfgItem { - USHORT nId; // id of the binding or 0 if none + sal_uInt16 nId; // id of the binding or 0 if none String aTitle; // title of the item String aHelpText; // Hilfetext String aCommand; |