summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-05 22:00:08 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-05 22:00:08 +0200
commit47e907ac914b06cc219e624035055c6ad26e14f2 (patch)
tree5028336bd69808fe48f89e632f36f099d4060c0e /sw
parent462303c3f11c3d04639232c953a9de7f9cac6e6b (diff)
sw: SAL_DLLPUBLIC breaks windows build
Change-Id: I42934ff9ff2c046c82ac2fbb03c944efaeeb4b95
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/ToxWhitespaceStripper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/ToxWhitespaceStripper.hxx b/sw/inc/ToxWhitespaceStripper.hxx
index 96b254b1fdeb..b06f378b12ec 100644
--- a/sw/inc/ToxWhitespaceStripper.hxx
+++ b/sw/inc/ToxWhitespaceStripper.hxx
@@ -30,7 +30,8 @@ namespace sw {
*
* @note One leading whitespace is preserved.
*/
-class SAL_DLLPUBLIC ToxWhitespaceStripper {
+class SW_DLLPUBLIC ToxWhitespaceStripper
+{
public:
ToxWhitespaceStripper(const OUString&);