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

New commits:
commit 98ee936a114bdd78c304aac824508cd4fd9ce59a
Author: Stephan Bergmann <sberg...@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();
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to