Kaydet (Commit) 2e30b18c authored tarafından Caolán McNamara's avatar Caolán McNamara

replace localresource of strings and keys with StringArray

Change-Id: I4abce924a89f611c28d0441ae097b310193b5dae
üst e5b23d92
......@@ -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& );
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment