summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-11 16:13:26 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-11 16:13:26 +0100
commitb6086338247ae8ad9d56a1717a84c317b6e2b51e (patch)
treec53c9e550b45269f3548cd48dac925702664682e /include/svl
parent2b9e7a0cb2492f19745f61a4829ff3802b25291f (diff)
svl: fix bogus visibility annotation on IndexedStyleSheets
Change-Id: I01cd75d01cb28a3bcef330ebabdd02e2c4458275
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/IndexedStyleSheets.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/svl/IndexedStyleSheets.hxx b/include/svl/IndexedStyleSheets.hxx
index 6980a978bd1d..dde46f329242 100644
--- a/include/svl/IndexedStyleSheets.hxx
+++ b/include/svl/IndexedStyleSheets.hxx
@@ -15,6 +15,8 @@
#include <rtl/ustring.hxx>
#include <rtl/ref.hxx>
+#include <svl/svldllapi.h>
+
#include <boost/unordered_map.hpp>
#include <vector>
@@ -66,7 +68,8 @@ struct StyleSheetCallback {
* Index-based access is required in several code portions. Hence we have to store the style sheets
* in a vector as well as in a map.
*/
-class SAL_DLLPUBLIC IndexedStyleSheets SAL_FINAL {
+class SVL_DLLPUBLIC IndexedStyleSheets SAL_FINAL
+{
public:
IndexedStyleSheets();