vcl/source/app/svapp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 87f33f6f44a73e8662d718aafea427b336a88b24
Author: Chris Sherlock <chris.sherloc...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to