summaryrefslogtreecommitdiff
path: root/vcl/source/font/PhysicalFontCollection.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-07 10:00:59 +0200
committerNoel Grandin <noel@peralex.com>2015-10-07 12:32:23 +0200
commit349700228e4449ace956b30bc65208b9196f0a78 (patch)
treeb42008d0fcd5b13576e4d0f3748bb27276d06d68 /vcl/source/font/PhysicalFontCollection.cxx
parent64d0de92ab06e6550be7dd59ae887750166d15a9 (diff)
loplugin:mergeclasses
Change-Id: I9f56beebae1ea02a8914b7b25fe7565f7b0df053
Diffstat (limited to 'vcl/source/font/PhysicalFontCollection.cxx')
-rw-r--r--vcl/source/font/PhysicalFontCollection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx
index cd89bdf0e6a1..9f01fe2291e0 100644
--- a/vcl/source/font/PhysicalFontCollection.cxx
+++ b/vcl/source/font/PhysicalFontCollection.cxx
@@ -84,7 +84,7 @@ PhysicalFontCollection::~PhysicalFontCollection()
Clear();
}
-void PhysicalFontCollection::SetPreMatchHook( ImplPreMatchFontSubstitution* pHook )
+void PhysicalFontCollection::SetPreMatchHook( PreMatchFontSubstititution* pHook )
{
mpPreMatchHook = pHook;
}