From 27e60b6d526fb42ee3df519c73f06699d162ec92 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 7 Jan 2015 11:49:47 +0200 Subject: fix windows build after my commit 079590c9097a9491b31f1ef1b30d67d42bd0139a "fdo#84938: convert INDICATOR_ #defines to 'enum class'" Change-Id: Icc78ad4671fa1cdfc4110a9101f5ad45b931064d --- vcl/win/source/window/salframe.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl') 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; -- cgit v1.2.3