Kaydet (Commit) f1ecbd9e authored tarafından Michael Stahl's avatar Michael Stahl

sw: let's export the debug-logging stuff so msword filters can use it

Change-Id: I2caec82a89e44ee60bb49c6c0069dc30c8de400f
üst 1fb3ec2a
......@@ -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
{
......
......@@ -77,7 +77,7 @@ struct SW_DLLPUBLIC SwPosition
void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
std::ostream &operator <<(std::ostream& s, const SwPosition& position);
SW_DLLPUBLIC std::ostream &operator <<(std::ostream& s, const SwPosition& position);
// Result of comparing positions.
enum SwComparePosition {
......@@ -322,7 +322,7 @@ public:
void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
std::ostream &operator <<(std::ostream& s, const SwPaM& pam);
SW_DLLPUBLIC std::ostream &operator <<(std::ostream& s, const SwPaM& pam);
bool CheckNodesRange( const SwNodeIndex&, const SwNodeIndex&, bool bChkSection );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment