From c8d0a3517083c4f366dd1883e30ee01581dd6f94 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 3 Feb 2014 12:26:19 +0100 Subject: EXC_SYSOBJNOTCREATED was not really used Change-Id: Id5ece6db33aa92b619571252df91b965a8805c96 --- include/vcl/apptypes.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/vcl/apptypes.hxx b/include/vcl/apptypes.hxx index 5a22c1c0bc69..60ead542cb10 100644 --- a/include/vcl/apptypes.hxx +++ b/include/vcl/apptypes.hxx @@ -24,7 +24,6 @@ #include #define EXC_RSCNOTLOADED ((sal_uInt16)0x0100) -#define EXC_SYSOBJNOTCREATED ((sal_uInt16)0x0200) #define EXC_SYSTEM ((sal_uInt16)0x0300) #define EXC_DISPLAY ((sal_uInt16)0x0400) #define EXC_REMOTE ((sal_uInt16)0x0500) -- cgit