replace localresource of strings and keys with StringArray

Change-Id: I4abce924a89f611c28d0441ae097b310193b5dae
This commit is contained in:
Caolán McNamara
2017-02-08 15:38:13 +00:00
parent e5b23d924d
commit 2e30b18c9a
3 changed files with 555 additions and 1373 deletions

View File

@@ -37,7 +37,7 @@ class FontCharMap;
class Subset
{
public:
Subset( sal_UCS4 nMin, sal_UCS4 nMax, int resId );
Subset(sal_UCS4 nMin, sal_UCS4 nMax, const OUString& rName);
sal_UCS4 GetRangeMin() const { return mnRangeMin;}
sal_UCS4 GetRangeMax() const { return mnRangeMax;}
@@ -56,7 +56,7 @@ inline bool operator<(const Subset &rLHS, const Subset &rRHS)
typedef ::std::list<Subset> SubsetList;
class SVX_DLLPUBLIC SubsetMap : private Resource
class SVX_DLLPUBLIC SubsetMap
{
public:
SubsetMap( const FontCharMapRef& );

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff