summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/gloshdl.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/gloshdl.hxx
parent299363bbbfdc43822ac43b9be0913c9c96f71d86 (diff)
sal_uInt16 to size_t
Change-Id: Ia36a8d833b697dad4f6bbc611b703efcda4b220c
Diffstat (limited to 'sw/source/uibase/inc/gloshdl.hxx')
-rw-r--r--sw/source/uibase/inc/gloshdl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/gloshdl.hxx b/sw/source/uibase/inc/gloshdl.hxx
index aa4e0c9a5704..9f4f3051a711 100644
--- a/sw/source/uibase/inc/gloshdl.hxx
+++ b/sw/source/uibase/inc/gloshdl.hxx
@@ -49,8 +49,8 @@ public:
bool ConvertToNew(SwTextBlocks& rOld);
void GlossaryDlg();
- sal_uInt16 GetGroupCnt() const;
- OUString GetGroupName( sal_uInt16, OUString* pTitle = 0 );
+ size_t GetGroupCnt() const;
+ OUString GetGroupName( size_t, OUString* pTitle = 0 );
bool NewGroup(OUString & rGroupName, const OUString& rTitle);
bool DelGroup(const OUString &);
bool RenameGroup(const OUString& rOld, OUString& rNew, const OUString& rNewTitle);