summaryrefslogtreecommitdiff
path: root/sw/inc/SwRewriter.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-18 15:29:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-18 15:29:20 +0100
commitf7a86cc350f4364639c95058c32611efb2fde809 (patch)
tree5d6af4f1467cbab49661731b2a42110fa983ba3c /sw/inc/SwRewriter.hxx
parent0efe684d6ac1c00e3eb75125e0c6444f4cb1ed8e (diff)
swui links to sw, so export SwRewriter from sw
Diffstat (limited to 'sw/inc/SwRewriter.hxx')
-rw-r--r--sw/inc/SwRewriter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/SwRewriter.hxx b/sw/inc/SwRewriter.hxx
index 7e581cfcc854..36981e486a42 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;