summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-07 11:49:47 +0200
committerNoel Grandin <noel@peralex.com>2015-01-07 11:49:47 +0200
commit27e60b6d526fb42ee3df519c73f06699d162ec92 (patch)
treee6304dd7693a921c15a864c33ed9ebf90b4c9b7a
parent006e59a25e6396b05cf6da39c94a3a7a5c48eeb3 (diff)
fix windows build
after my commit 079590c9097a9491b31f1ef1b30d67d42bd0139a "fdo#84938: convert INDICATOR_ #defines to 'enum class'" Change-Id: Icc78ad4671fa1cdfc4110a9101f5ad45b931064d
-rw-r--r--vcl/win/source/window/salframe.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx
index e900213bae3e..cba75f1b5705 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;