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 | |
parent | 6ae1323442bfa647220d6c46219cff91a849873b (diff) |
SAL_DLLPUBLIC_EXPORT->VCL_DLLPUBLIC
Change-Id: If8127ae939f6e38ab72919150ca6a6109355fb11
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/IconThemeInfo.hxx | 2 | ||||
-rw-r--r-- | include/vcl/IconThemeScanner.hxx | 2 | ||||
-rw-r--r-- | include/vcl/IconThemeSelector.hxx | 2 |
3 files changed, 3 insertions, 3 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: diff --git a/include/vcl/IconThemeScanner.hxx b/include/vcl/IconThemeScanner.hxx index 3f6ad25a0a7a..4a6bab34869b 100644 --- a/include/vcl/IconThemeScanner.hxx +++ b/include/vcl/IconThemeScanner.hxx @@ -31,7 +31,7 @@ class IconThemeInfo; /** This class scans a folder for icon themes and provides the results. */ -class SAL_DLLPUBLIC_EXPORT IconThemeScanner +class VCL_DLLPUBLIC IconThemeScanner { public: ~IconThemeScanner(); diff --git a/include/vcl/IconThemeSelector.hxx b/include/vcl/IconThemeSelector.hxx index 39fdf6a358b0..6cc366f67f89 100644 --- a/include/vcl/IconThemeSelector.hxx +++ b/include/vcl/IconThemeSelector.hxx @@ -28,7 +28,7 @@ class IconThemeInfo; * -# When high contrast mode is enabled, the high contrast icon theme is selected (if it is installed). * -# When a preferred theme has been set (e.g., in the gnome desktop settings), that theme is selected. */ -class SAL_DLLPUBLIC_EXPORT IconThemeSelector { +class VCL_DLLPUBLIC IconThemeSelector { public: IconThemeSelector(); |