summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-12-03 13:16:24 +0100
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-04 11:41:35 -0500
commit8de38bfe0d5cf6300601a2e53c6d5a1ed783422f (patch)
tree1110820adba92f934ee7f139455c98295aae964b /sax
parent27d32776940db1845b26bc84d582ef24b81a7026 (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;