summaryrefslogtreecommitdiff
path: root/vcl/inc/salframe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/salframe.hxx')
-rw-r--r--vcl/inc/salframe.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index 73c4e745737a..95e8bf2391af 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -200,12 +200,7 @@ public:
virtual SalPointerState GetPointerState() = 0;
- struct SalIndicatorState
- {
- sal_uInt16 mnState;
- };
-
- virtual SalIndicatorState GetIndicatorState() = 0;
+ virtual KeyIndicatorState GetIndicatorState() = 0;
virtual void SimulateKeyPress( sal_uInt16 nKeyCode ) = 0;