From 8314c3bda34102053905c751938984b5212b836f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 13 Feb 2015 11:01:51 +0200 Subject: SALEVENT_ VOLUMECHANGED, DATETIMECHANGED and KEYBOARDCHANGED are unused Change-Id: I9207b490cf0bc7fa6c0192cc3ad60d19eea89333 Reviewed-on: https://gerrit.libreoffice.org/14460 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/salwtype.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/inc') 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) -- cgit