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

New commits:
commit 02dac9f7c956f6073d810f4a0c80c733f40aea6d
Author: Noel Grandin <[email protected]>
Date:   Tue May 10 09:17:18 2016 +0200

    fix Windows build (second attempt)
    
    Change-Id: I5aa3bcf16cbcda984a74ec85a49a354087f5044e

diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx
index 75fd6d9..3d5711f 100644
--- a/vcl/win/window/salframe.cxx
+++ b/vcl/win/window/salframe.cxx
@@ -183,7 +183,7 @@ static void ImplSaveFrameState( WinSalFrame* pFrame )
             long nBottomDeco = abs( aRect.bottom - aRect2.bottom );
             long nRightDeco = abs( aRect.right - aRect2.right );
 
-            pFrame->maState.mnState &= 
WindowStateState(~(WindowStateState::Minimized | WindowStateState::Maximized));
+            pFrame->maState.mnState &= 
~WindowStateState(WindowStateState::Minimized | WindowStateState::Maximized);
             // subtract decoration
             pFrame->maState.mnX      = aRect.left+nLeftDeco;
             pFrame->maState.mnY      = aRect.top+nTopDeco;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to