summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-12-03 13:16:24 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-03 13:29:35 +0100
commitb6785eb5952b23748abb2ff56f004747648920d1 (patch)
tree2260003885855690df1b16988ae96de6a5b046f9 /sax
parent4c9ddd594e26c517b8515f77206bfeb2fb063e03 (diff)
sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsax
Change-Id: I243ec20015beec6b98ee0af55eb7c387008f32f1
Diffstat (limited to 'sax')
-rw-r--r--sax/Library_fastsax.mk2
-rw-r--r--sax/source/fastparser/fastparser.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sax/Library_fastsax.mk b/sax/Library_fastsax.mk
index 4f98820d0423..1fcb5039da15 100644
--- a/sax/Library_fastsax.mk
+++ b/sax/Library_fastsax.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,fastsax,\
))
$(eval $(call gb_Library_add_defs,fastsax,\
- -DSAX_DLLIMPLEMENTATION \
+ -DFASTSAX_DLLIMPLEMENTATION \
))
$(eval $(call gb_Library_use_sdk_api,fastsax))
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index 3bff43096935..4f835d5c2dd5 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -83,7 +83,7 @@ struct Event
CallbackType maType;
};
-struct SAX_DLLPUBLIC NameWithToken
+struct NameWithToken
{
OUString msName;
sal_Int32 mnToken;