From f1ecbd9e3541cbe0b8ae1075ab158f5e3f4a651a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 5 Jun 2015 14:41:08 +0200 Subject: sw: let's export the debug-logging stuff so msword filters can use it Change-Id: I2caec82a89e44ee60bb49c6c0069dc30c8de400f --- sw/inc/index.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/index.hxx') 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 { -- cgit