summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-31 18:39:32 +0200
committerNoel Grandin <noel@peralex.com>2015-01-07 11:20:43 +0200
commit079590c9097a9491b31f1ef1b30d67d42bd0139a (patch)
treee77fb91fbc3b4b7312bcd29875434b1d1344e3e7 /include/vcl/window.hxx
parente197bcc6285b69179463b5847fe8ce459806455a (diff)
fdo#84938: convert INDICATOR_ #defines to 'enum class'
and replace SalIndicatorState, it serves the same purpose Change-Id: I618b8946b8e2527883eecb13060b2256abc505b6
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 3b0c0e93864c..eefc0051169a 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1437,11 +1437,11 @@ public:
Scroll Lock. Use the following mask to retrieve the state of each
indicator:
- INDICATOR_CAPS_LOCK
- INDICATOR_NUM_LOCK
- INDICATOR_SCROLL_LOCK
+ KeyIndicatorState::CAPS_LOCK
+ KeyIndicatorState::NUM_LOCK
+ KeyIndicatorState::SCROLL_LOCK
*/
- sal_uInt16 GetIndicatorState() const;
+ KeyIndicatorState GetIndicatorState() const;
void SimulateKeyPress( sal_uInt16 nKeyCode ) const;