diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-22 10:03:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-22 10:03:19 +0000 |
commit | d84ccb39b744457cd47125beb4291c84223d5219 (patch) | |
tree | 9c29105ab13641e4e6107e5233610a17a678d18d /include/vcl/IconThemeInfo.hxx | |
parent | 6ae1323442bfa647220d6c46219cff91a849873b (diff) |
SAL_DLLPUBLIC_EXPORT->VCL_DLLPUBLIC
Change-Id: If8127ae939f6e38ab72919150ca6a6109355fb11
Diffstat (limited to 'include/vcl/IconThemeInfo.hxx')
-rw-r--r-- | include/vcl/IconThemeInfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/IconThemeInfo.hxx b/include/vcl/IconThemeInfo.hxx index f745884e8cdc..f20726da9a2f 100644 --- a/include/vcl/IconThemeInfo.hxx +++ b/include/vcl/IconThemeInfo.hxx @@ -26,7 +26,7 @@ namespace vcl { /** This class provides information about an icon theme. */ -class SAL_DLLPUBLIC_EXPORT IconThemeInfo { +class VCL_DLLPUBLIC IconThemeInfo { public: |