summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorNigel Hawkins <n.hawkins@gmx.com>2011-08-09 15:29:47 +0100
committerNigel Hawkins <n.hawkins@gmx.com>2011-08-09 15:29:47 +0100
commitb3a2205527b969128438bec50531e57c2efe9a32 (patch)
treec0d0bb2d26ae94aee8bcbe251a240157c85c686d /svl/inc
parentbb8ea3fc5f69522073a490782e99c81aed96d02f (diff)
Replace SvUShorts with vector in svl/zforlist.[ch]xx
LGPLv3+/MPL1.1
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/zforlist.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx
index 4b0441ce26da..60f42ba119a1 100644
--- a/svl/inc/svl/zforlist.hxx
+++ b/svl/inc/svl/zforlist.hxx
@@ -47,7 +47,6 @@
class Date;
class SvStream;
class Color;
-class SvUShorts;
class CharClass;
class CalendarWrapper;
@@ -791,7 +790,7 @@ public:
void GetCompatibilityCurrency( String& rSymbol, String& rAbbrev ) const;
/// Fill rList with the language/country codes that have been allocated
- void GetUsedLanguages( SvUShorts& rList );
+ void GetUsedLanguages( std::vector<sal_uInt16>& rList );
/// Fill a <type>NfKeywordIndex</type> table with keywords of a language/country
void FillKeywordTable( NfKeywordTable& rKeywords, LanguageType eLang );