diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-11 16:13:26 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-11 16:13:26 +0100 |
commit | b6086338247ae8ad9d56a1717a84c317b6e2b51e (patch) | |
tree | c53c9e550b45269f3548cd48dac925702664682e /include/svl | |
parent | 2b9e7a0cb2492f19745f61a4829ff3802b25291f (diff) |
svl: fix bogus visibility annotation on IndexedStyleSheets
Change-Id: I01cd75d01cb28a3bcef330ebabdd02e2c4458275
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/IndexedStyleSheets.hxx | 5 |
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(); |