[Libreoffice-commits] core.git: vcl/win

Stephan Bergmann sbergman at redhat.com
Tue Dec 2 01:46:58 PST 2014


 vcl/win/source/gdi/salvd.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98ee936a114bdd78c304aac824508cd4fd9ce59a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Dec 2 10:46:19 2014 +0100

    Blind Windows build fix attempt
    
    Change-Id: If0090978882c9333ad9c66af4df698914d3127ab

diff --git a/vcl/win/source/gdi/salvd.cxx b/vcl/win/source/gdi/salvd.cxx
index 07d9ce8..2b00464 100644
--- a/vcl/win/source/gdi/salvd.cxx
+++ b/vcl/win/source/gdi/salvd.cxx
@@ -218,7 +218,7 @@ bool WinSalVirtualDevice::SetSize( long nDX, long nDY )
             if (mpGraphics)
             {
                 WinOpenGLSalGraphicsImpl *pImpl;
-                pImpl = dynamic_cast< WinOpenGLSalGraphicsImpl * >(mpGraphics->getImpl());
+                pImpl = dynamic_cast< WinOpenGLSalGraphicsImpl * >(mpGraphics->GetImpl());
                 if (pImpl)
                     pImpl->Init();
             }


More information about the Libreoffice-commits mailing list