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

Noel Grandin noel at peralex.com
Wed Jan 7 01:52:01 PST 2015


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

New commits:
commit 27e60b6d526fb42ee3df519c73f06699d162ec92
Author: Noel Grandin <noel at peralex.com>
Date:   Wed Jan 7 11:49:47 2015 +0200

    fix windows build
    
    after my commit 079590c9097a9491b31f1ef1b30d67d42bd0139a
    "fdo#84938: convert INDICATOR_ #defines to 'enum class'"
    
    Change-Id: Icc78ad4671fa1cdfc4110a9101f5ad45b931064d

diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx
index e900213..cba75f1 100644
--- a/vcl/win/source/window/salframe.cxx
+++ b/vcl/win/source/window/salframe.cxx
@@ -2887,7 +2887,6 @@ SalFrame::SalPointerState WinSalFrame::GetPointerState()
 KeyIndicatorState WinSalFrame::GetIndicatorState()
 {
     KeyIndicatorState aState = KeyIndicatorState::NONE;
-    aState.mnState = 0;
     if (::GetKeyState(VK_CAPITAL))
         aState |= KeyIndicatorState::CAPSLOCK;
 


More information about the Libreoffice-commits mailing list