[Libreoffice-commits] core.git: include/vcl
Caolán McNamara
caolanm at redhat.com
Sat Feb 22 02:04:36 PST 2014
include/vcl/IconThemeInfo.hxx | 2 +-
include/vcl/IconThemeScanner.hxx | 2 +-
include/vcl/IconThemeSelector.hxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d84ccb39b744457cd47125beb4291c84223d5219
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Feb 22 10:03:19 2014 +0000
SAL_DLLPUBLIC_EXPORT->VCL_DLLPUBLIC
Change-Id: If8127ae939f6e38ab72919150ca6a6109355fb11
diff --git a/include/vcl/IconThemeInfo.hxx b/include/vcl/IconThemeInfo.hxx
index f745884..f20726d 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 3f6ad25..4a6bab3 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 39fdf6a..6cc366f 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();
More information about the Libreoffice-commits
mailing list