diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-11-02 13:28:52 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-11-09 18:42:34 +0100 |
commit | e010d5c3f8d3d6118323f750362e13e757f89e60 (patch) | |
tree | af0ccbdf5013f9d2684f77fd75b31bc4ec6f5ac0 /vcl | |
parent | 1043db68e0e5d5b4559e99a81112456bdc0b4507 (diff) |
LOK: custom widgets: No need for SAL_DLLPUBLIC_RTTI here any more.
Change-Id: I7cae61e1fa9cf74b98627d557890fd41047421df
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/WidgetThemeLibrary.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 |