diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-12-03 13:16:24 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-03 13:29:35 +0100 |
commit | b6785eb5952b23748abb2ff56f004747648920d1 (patch) | |
tree | 2260003885855690df1b16988ae96de6a5b046f9 /sax/source | |
parent | 4c9ddd594e26c517b8515f77206bfeb2fb063e03 (diff) |
sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsax
Change-Id: I243ec20015beec6b98ee0af55eb7c387008f32f1
Diffstat (limited to 'sax/source')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |