summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/embeddedfontshelper.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-23 07:22:08 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-23 07:23:43 +1000
commit8708d30369685ba84a0b9c335fcaccd4814fa842 (patch)
tree4443cc88e8f2bbae2b20b351470856508311fa4e /vcl/source/gdi/embeddedfontshelper.cxx
parent665bc42d7504c3896a485c8bab17b8eff7d119df (diff)
Rename OutputDevice::ImplGetGraphics to GetGraphics
Change-Id: I4086978f2292538c458802a7fb56c0d3826f2def
Diffstat (limited to 'vcl/source/gdi/embeddedfontshelper.cxx')
-rw-r--r--vcl/source/gdi/embeddedfontshelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/embeddedfontshelper.cxx b/vcl/source/gdi/embeddedfontshelper.cxx
index 05730b7cc959..1eca07e2833e 100644
--- a/vcl/source/gdi/embeddedfontshelper.cxx
+++ b/vcl/source/gdi/embeddedfontshelper.cxx
@@ -230,7 +230,7 @@ OUString EmbeddedFontsHelper::fontFileUrl( const OUString& familyName, FontFamil
return url;
}
bool ok = false;
- SalGraphics* graphics = Application::GetDefaultDevice()->ImplGetGraphics();
+ SalGraphics* graphics = Application::GetDefaultDevice()->GetGraphics();
PhysicalFontCollection fonts;
graphics->GetDevFontList( &fonts );
boost::scoped_ptr< ImplGetDevFontList > fontInfo( fonts.GetDevFontList());