Kaydet (Commit) 3fc1902a authored tarafından Caolán McNamara's avatar Caolán McNamara

can't have an unordered_map of const OUStrings with gcc 4.8.2

Change-Id: Id80f524bd8f1ac19d99e3cb6edb8c7f0ba4ab586
üst 1fc30a25
...@@ -37,7 +37,7 @@ private: ...@@ -37,7 +37,7 @@ private:
mutable bool mbMatchData; // true if matching attributes are initialized mutable bool mbMatchData; // true if matching attributes are initialized
bool mbMapNames; // true if MapNames are available bool mbMapNames; // true if MapNames are available
typedef std::unordered_map<const OUString, PhysicalFontFamily*,OUStringHash> PhysicalFontFamilies; typedef std::unordered_map<OUString, PhysicalFontFamily*,OUStringHash> PhysicalFontFamilies;
PhysicalFontFamilies maPhysicalFontFamilies; PhysicalFontFamilies maPhysicalFontFamilies;
ImplPreMatchFontSubstitution* mpPreMatchHook; // device specific prematch substitution ImplPreMatchFontSubstitution* mpPreMatchHook; // device specific prematch substitution
......
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