diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:06:54 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:06:54 +0100 |
commit | 7f33ed417b2e29e5470724ea76967f64699a2662 (patch) | |
tree | abfa1432c5ffffe4c7502d4ddcaee918c584c69c /sw/inc/unoprnms.hxx | |
parent | 80731dbfcb48a2ffec30a4b2abe1ba8ada8f0169 (diff) |
removetooltypes01: #i112600# Remove tools types from sw
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 0ea5fa9db598..5fe59c9648fe 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -813,7 +813,7 @@ enum SwPropNameIds struct SwPropNameLen { const char* pName; - USHORT nNameLen; + sal_uInt16 nNameLen; operator const char*() const { return pName; } }; @@ -825,8 +825,8 @@ extern const SwPropNameTab aPropNameTab; // !!! function must not(!) be inline because it is called via the below !!! // !!! listed macros from the swui DLL and that can not access the !!! // !!! array aPropNameTab which is located in a different DLL. !!! -SW_DLLPUBLIC const SwPropNameLen& GetPropName( USHORT nId ); -SW_DLLPUBLIC const SwPropNameLen& SwGetPropName( USHORT nId ); +SW_DLLPUBLIC const SwPropNameLen& GetPropName( sal_uInt16 nId ); +SW_DLLPUBLIC const SwPropNameLen& SwGetPropName( sal_uInt16 nId ); #define SW_PROP_NAME(nId) \ GetPropName( nId ).pName, GetPropName( nId ).nNameLen |