[Libreoffice-commits] core.git: include/svl
Michael Stahl
mstahl at redhat.com
Tue Mar 11 08:17:15 PDT 2014
include/svl/IndexedStyleSheets.hxx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit b6086338247ae8ad9d56a1717a84c317b6e2b51e
Author: Michael Stahl <mstahl at 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();
More information about the Libreoffice-commits
mailing list