summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/glosdoc.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-06-29 13:35:45 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-07-22 23:50:39 +0200
commit2d5a7c36ee9ae7ff39d8415f81fb911ff822548e (patch)
tree81a74142bf923e88e50c361d1632344aaf20fa45 /sw/source/uibase/inc/glosdoc.hxx
parent299363bbbfdc43822ac43b9be0913c9c96f71d86 (diff)
sal_uInt16 to size_t
Change-Id: Ia36a8d833b697dad4f6bbc611b703efcda4b220c
Diffstat (limited to 'sw/source/uibase/inc/glosdoc.hxx')
-rw-r--r--sw/source/uibase/inc/glosdoc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/glosdoc.hxx b/sw/source/uibase/inc/glosdoc.hxx
index b075882c1c82..8ed321445d5f 100644
--- a/sw/source/uibase/inc/glosdoc.hxx
+++ b/sw/source/uibase/inc/glosdoc.hxx
@@ -103,8 +103,8 @@ public:
bool _bCreate = false
);
- sal_uInt16 GetGroupCnt();
- OUString GetGroupName(sal_uInt16 );
+ size_t GetGroupCnt();
+ OUString GetGroupName(size_t);
OUString GetGroupTitle( const OUString& rGroupName );
bool FindGroupName(OUString& rGroup);