[Libreoffice-commits] .: sw/inc sw/Library_swui.mk

Caolán McNamara caolan at kemper.freedesktop.org
Mon Apr 18 07:29:33 PDT 2011


 sw/Library_swui.mk    |    1 -
 sw/inc/SwRewriter.hxx |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 8c8375c0db25cd8d41ff6dce8a16890dafaa4da9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Apr 18 15:29:20 2011 +0100

    swui links to sw, so export SwRewriter from sw

diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index aee6814..5cad4b1 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.mk
@@ -68,7 +68,6 @@ $(eval $(call gb_Library_add_linked_libs,swui,\
 ))
 
 $(eval $(call gb_Library_add_exception_objects,swui,\
-    sw/source/core/undo/SwRewriter \
     sw/source/ui/chrdlg/break \
     sw/source/ui/chrdlg/chardlg \
     sw/source/ui/chrdlg/drpcps \
diff --git a/sw/inc/SwRewriter.hxx b/sw/inc/SwRewriter.hxx
index 0d56e39..efd8111 100644
--- a/sw/inc/SwRewriter.hxx
+++ b/sw/inc/SwRewriter.hxx
@@ -39,7 +39,7 @@ extern SW_DLLPUBLIC String const UNDO_ARG3;
 
 typedef std::pair<String, String> SwRewriteRule;
 
-class SwRewriter
+class SW_DLLPUBLIC SwRewriter
 {
     std::vector<SwRewriteRule> mRules;
 


More information about the Libreoffice-commits mailing list