vcl/win/source/window/salframe.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit d04ee940a04922f6fc511882cff956a03b39583b Author: Noel Grandin <n...@peralex.com> Date: Thu Dec 13 11:48:50 2012 +0200 second attempt to fix my UNO changes under Windows Change-Id: I18764f58effcf46581e7456742df2267f41090f5 diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx index a23ed43..bdee3e1 100644 --- a/vcl/win/source/window/salframe.cxx +++ b/vcl/win/source/window/salframe.cxx @@ -789,8 +789,8 @@ static void ImplSalCalcFullScreenSize( const WinSalFrame* pFrame, Rectangle aRect = Application::GetScreenPosSizePixel( pFrame->mnDisplay ); nScreenX = aRect.Left(); nScreenY = aRect.Top(); - nScreenDX = aRect.GetWidth()+1; // difference between java/awt convention and vcl - nScreenDY = aRect.GetHeight()+1; // difference between java/awt convention and vcl + nScreenDX = aRect.getWidth()+1; // difference between java/awt convention and vcl + nScreenDY = aRect.getHeight()+1; // difference between java/awt convention and vcl } else { @@ -801,8 +801,8 @@ static void ImplSalCalcFullScreenSize( const WinSalFrame* pFrame, } nScreenX = aCombined.Left(); nScreenY = aCombined.Top(); - nScreenDX = aCombined.GetWidth(); - nScreenDY = aCombined.GetHeight(); + nScreenDX = aCombined.getWidth(); + nScreenDY = aCombined.getHeight(); } } catch( Exception& ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits