include/svl/IndexedStyleSheets.hxx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit b6086338247ae8ad9d56a1717a84c317b6e2b51e
Author: Michael Stahl <mst...@redhat.com>
Date:   Tue Mar 11 16:13:26 2014 +0100

    svl: fix bogus visibility annotation on IndexedStyleSheets
    
    Change-Id: I01cd75d01cb28a3bcef330ebabdd02e2c4458275

diff --git a/include/svl/IndexedStyleSheets.hxx 
b/include/svl/IndexedStyleSheets.hxx
index 6980a97..dde46f3 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();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to