diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-13 11:01:51 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-02-16 06:38:59 +0000 |
commit | 8314c3bda34102053905c751938984b5212b836f (patch) | |
tree | 0f590f674a246d9e7b2e15d50c71012c2554664a /vcl/inc | |
parent | 9f8ffc8dfed61eb8460d92ce85b20effe5114f87 (diff) |
SALEVENT_ VOLUMECHANGED, DATETIMECHANGED and KEYBOARDCHANGED are unused
Change-Id: I9207b490cf0bc7fa6c0192cc3ad60d19eea89333
Reviewed-on: https://gerrit.libreoffice.org/14460
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/salwtype.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/salwtype.hxx b/vcl/inc/salwtype.hxx index 7a14df0ee103..9b394c42895d 100644 --- a/vcl/inc/salwtype.hxx +++ b/vcl/inc/salwtype.hxx @@ -47,12 +47,9 @@ class FontSelectPattern; #define SALEVENT_CLOSE ((sal_uInt16)12) #define SALEVENT_SHUTDOWN ((sal_uInt16)13) #define SALEVENT_SETTINGSCHANGED ((sal_uInt16)14) -#define SALEVENT_VOLUMECHANGED ((sal_uInt16)15) #define SALEVENT_PRINTERCHANGED ((sal_uInt16)16) #define SALEVENT_DISPLAYCHANGED ((sal_uInt16)17) #define SALEVENT_FONTCHANGED ((sal_uInt16)18) -#define SALEVENT_DATETIMECHANGED ((sal_uInt16)19) -#define SALEVENT_KEYBOARDCHANGED ((sal_uInt16)20) #define SALEVENT_WHEELMOUSE ((sal_uInt16)21) #define SALEVENT_USEREVENT ((sal_uInt16)22) #define SALEVENT_MOUSEACTIVATE ((sal_uInt16)23) |