summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
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();