summaryrefslogtreecommitdiff
path: root/vcl/inc/PhysicalFontCollection.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-16 17:44:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-16 17:45:12 +0200
commitd67da1e7216a1b1281f418ecaa067cd3014e47c0 (patch)
treec7547bd271aa2a2600ca10ddc5c03c63b2dd1c91 /vcl/inc/PhysicalFontCollection.hxx
parentbcbf14f6077b0ccf1179dcba3e382bda4f9bdcad (diff)
Remove FontNameHash, use standard OUStringHash
Change-Id: If123bbe8a4ee044ef45f418be0118ccf9509f4e7
Diffstat (limited to 'vcl/inc/PhysicalFontCollection.hxx')
-rw-r--r--vcl/inc/PhysicalFontCollection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx
index 9c0c7a19ada2..fd9eb157ae51 100644
--- a/vcl/inc/PhysicalFontCollection.hxx
+++ b/vcl/inc/PhysicalFontCollection.hxx
@@ -35,7 +35,7 @@ private:
mutable bool mbMatchData; // true if matching attributes are initialized
bool mbMapNames; // true if MapNames are available
- typedef boost::unordered_map<const OUString, PhysicalFontFamily*,FontNameHash> PhysicalFontFamilies;
+ typedef boost::unordered_map<const OUString, PhysicalFontFamily*,OUStringHash> PhysicalFontFamilies;
PhysicalFontFamilies maPhysicalFontFamilies;
ImplPreMatchFontSubstitution* mpPreMatchHook; // device specific prematch substitution