From b6785eb5952b23748abb2ff56f004747648920d1 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 3 Dec 2013 13:16:24 +0100 Subject: sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsax Change-Id: I243ec20015beec6b98ee0af55eb7c387008f32f1 --- sax/Library_fastsax.mk | 2 +- sax/source/fastparser/fastparser.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sax') 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; -- cgit