diff options
Diffstat (limited to 'cui/source/options/webconninfo.hxx')
-rw-r--r-- | cui/source/options/webconninfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/webconninfo.hxx b/cui/source/options/webconninfo.hxx index 54d146b37..75eb6ecd5 100644 --- a/cui/source/options/webconninfo.hxx +++ b/cui/source/options/webconninfo.hxx @@ -43,7 +43,7 @@ namespace svx public: PasswordTable( Window* pParent, const ResId& rResId ); - void InsertHeaderItem( USHORT nColumn, const String& rText, HeaderBarItemBits nBits ); + void InsertHeaderItem( sal_uInt16 nColumn, const String& rText, HeaderBarItemBits nBits ); void ResetTabs(); void Resort( bool bForced ); }; |