summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/IconThemeInfo.hxx2
-rw-r--r--include/vcl/IconThemeScanner.hxx2
-rw-r--r--include/vcl/IconThemeSelector.hxx2
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();