summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-05-07 09:37:42 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-05-07 09:37:42 +1000
commit87f33f6f44a73e8662d718aafea427b336a88b24 (patch)
tree7dd3eea1534566dffad117c03e93751fa7f02c5f /vcl/source/app
parent081a0854635f4bc9f6f743ef4e2675c208405f74 (diff)
VCL: make it more clear that this is a static function we are calling on
Change-Id: Ic7ac1a1bc3ac3901c844ee6e1c59a1518043f761
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/svapp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index ac24717c4680..8a7a8b4fe01a 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -549,7 +549,7 @@ void Application::SetSettings( const AllSettings& rSettings )
{
nOldDPIX = pFirstFrame->mnDPIX;
nOldDPIY = pFirstFrame->mnDPIY;
- InitAppFontData();
+ Application::InitAppFontData();
}
Window* pFrame = pFirstFrame;
while ( pFrame )