summaryrefslogtreecommitdiff
path: root/tools/inc/tools/StringListResource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/StringListResource.hxx')
-rw-r--r--tools/inc/tools/StringListResource.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/StringListResource.hxx b/tools/inc/tools/StringListResource.hxx
index 9709435407fb..3f7f6dcc610a 100644
--- a/tools/inc/tools/StringListResource.hxx
+++ b/tools/inc/tools/StringListResource.hxx
@@ -39,7 +39,7 @@ namespace tools
public:
StringListResource(const ResId& _aResId,::std::vector< ::rtl::OUString>& _rToFill ) : Resource(_aResId)
{
- USHORT i = 1;
+ sal_uInt16 i = 1;
while( IsAvailableRes(ResId(i,*m_pResMgr).SetRT(RSC_STRING)) )
{
String sStr = String(ResId(i,*m_pResMgr));