Kaydet (Commit) d84ccb39 authored tarafından Caolán McNamara's avatar Caolán McNamara

SAL_DLLPUBLIC_EXPORT->VCL_DLLPUBLIC

Change-Id: If8127ae939f6e38ab72919150ca6a6109355fb11
üst 6ae13234
...@@ -26,7 +26,7 @@ namespace vcl { ...@@ -26,7 +26,7 @@ namespace vcl {
/** This class provides information about an icon theme. /** This class provides information about an icon theme.
*/ */
class SAL_DLLPUBLIC_EXPORT IconThemeInfo { class VCL_DLLPUBLIC IconThemeInfo {
public: public:
......
...@@ -31,7 +31,7 @@ class IconThemeInfo; ...@@ -31,7 +31,7 @@ class IconThemeInfo;
/** This class scans a folder for icon themes and provides the results. /** This class scans a folder for icon themes and provides the results.
*/ */
class SAL_DLLPUBLIC_EXPORT IconThemeScanner class VCL_DLLPUBLIC IconThemeScanner
{ {
public: public:
~IconThemeScanner(); ~IconThemeScanner();
......
...@@ -28,7 +28,7 @@ class IconThemeInfo; ...@@ -28,7 +28,7 @@ class IconThemeInfo;
* -# When high contrast mode is enabled, the high contrast icon theme is selected (if it is installed). * -# 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. * -# 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: public:
IconThemeSelector(); IconThemeSelector();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment