[Libreoffice-commits] .: vcl/ios

Caolán McNamara caolan at kemper.freedesktop.org
Mon Sep 12 02:55:54 PDT 2011


 vcl/ios/source/window/salframe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7b2e14a0812ce3fbb450873e86243520f992d710
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Sep 12 10:54:00 2011 +0100

    mirror 64c15de6489b5a72f8530b66968d3d1660d39d55 from aqua into ios

diff --git a/vcl/ios/source/window/salframe.cxx b/vcl/ios/source/window/salframe.cxx
index e18d242..f0745ed 100644
--- a/vcl/ios/source/window/salframe.cxx
+++ b/vcl/ios/source/window/salframe.cxx
@@ -467,7 +467,7 @@ void IosSalFrame::SetWindowState( const SalFrameState* pState )
     UpdateFrameGeometry();
 
     sal_uInt16 nEvent = 0;
-    if( pState->mnMask & (SAL_FRAMESTATE_MASK_X | SAL_FRAMESTATE_MASK_X) )
+    if( pState->mnMask & (SAL_FRAMESTATE_MASK_X | SAL_FRAMESTATE_MASK_Y) )
     {
         mbPositioned = true;
         nEvent = SALEVENT_MOVE;


More information about the Libreoffice-commits mailing list