summaryrefslogtreecommitdiff
path: root/sw/inc/index.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-05 14:41:08 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-05 15:35:22 +0200
commitf1ecbd9e3541cbe0b8ae1075ab158f5e3f4a651a (patch)
tree0dfb8910a937d957255dbd205c1f1119ae332abd /sw/inc/index.hxx
parent1fb3ec2aa48f625388773beab5ca4b2c3e10e930 (diff)
sw: let's export the debug-logging stuff so msword filters can use it
Change-Id: I2caec82a89e44ee60bb49c6c0069dc30c8de400f
Diffstat (limited to 'sw/inc/index.hxx')
-rw-r--r--sw/inc/index.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx
index 333086186116..e430fa8ff135 100644
--- a/sw/inc/index.hxx
+++ b/sw/inc/index.hxx
@@ -109,7 +109,7 @@ public:
void SetMark(const sw::mark::IMark* pMark);
};
-std::ostream& operator <<(std::ostream& s, const SwIndex& index);
+SW_DLLPUBLIC std::ostream& operator <<(std::ostream& s, const SwIndex& index);
class SwIndexReg
{