[Libreoffice-commits] core.git: sw/inc

Michael Stahl mstahl at redhat.com
Thu Jun 5 13:04:27 PDT 2014


 sw/inc/ToxWhitespaceStripper.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 47e907ac914b06cc219e624035055c6ad26e14f2
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Jun 5 22:00:08 2014 +0200

    sw: SAL_DLLPUBLIC breaks windows build
    
    Change-Id: I42934ff9ff2c046c82ac2fbb03c944efaeeb4b95

diff --git a/sw/inc/ToxWhitespaceStripper.hxx b/sw/inc/ToxWhitespaceStripper.hxx
index 96b254b..b06f378 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&);
 


More information about the Libreoffice-commits mailing list