From e010d5c3f8d3d6118323f750362e13e757f89e60 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 2 Nov 2018 13:28:52 +0100 Subject: LOK: custom widgets: No need for SAL_DLLPUBLIC_RTTI here any more. Change-Id: I7cae61e1fa9cf74b98627d557890fd41047421df --- vcl/inc/WidgetThemeLibrary.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vcl') diff --git a/vcl/inc/WidgetThemeLibrary.hxx b/vcl/inc/WidgetThemeLibrary.hxx index 44708bd30ee1..cfd10522b30d 100644 --- a/vcl/inc/WidgetThemeLibrary.hxx +++ b/vcl/inc/WidgetThemeLibrary.hxx @@ -56,10 +56,6 @@ struct ControlDrawParameters int64_t nValue; }; -#ifndef SAL_DLLPUBLIC_RTTI -#define SAL_DLLPUBLIC_RTTI -#endif - typedef struct _WidgetThemeLibrary WidgetThemeLibrary; struct _WidgetThemeLibrary -- cgit