[Libreoffice-commits] core.git: vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Tue May 6 16:39:50 PDT 2014
vcl/source/app/svapp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 87f33f6f44a73e8662d718aafea427b336a88b24
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Wed May 7 09:37:42 2014 +1000
VCL: make it more clear that this is a static function we are calling on
Change-Id: Ic7ac1a1bc3ac3901c844ee6e1c59a1518043f761
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index ac24717..8a7a8b4 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 )
More information about the Libreoffice-commits
mailing list