summaryrefslogtreecommitdiff
path: root/sw/qa/extras/rtfimport
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-06 13:12:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-06 13:12:12 +0200
commit882dc72e675b28859eff8f9e5f4fcc6cdbc48128 (patch)
tree700e359984e60a86182eda24cd73e39170f3387e /sw/qa/extras/rtfimport
parent8438cd334a6116425b1039c34807ddcf54b056f2 (diff)
loplugin:unreffun (clang-cl)
Change-Id: Ifd5522ce1be31f9c9bd432ccf40a0c971063c8da
Diffstat (limited to 'sw/qa/extras/rtfimport')
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 28c96fb690d3..f8529679c4a0 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -63,6 +63,8 @@
#include <bordertest.hxx>
+#if !defined _WIN32
+
namespace com
{
namespace sun
@@ -82,6 +84,9 @@ std::ostream& operator<<(std::ostream& rStrm, PropertyState n)
}
}
}
+
+#endif
+
namespace com
{
namespace sun
@@ -96,11 +101,13 @@ std::ostream& operator<<(std::ostream& rStrm, BreakType n)
rStrm << (int) n;
return rStrm;
}
+#if !defined _WIN32
std::ostream& operator<<(std::ostream& rStrm, TabAlign n)
{
rStrm << (int) n;
return rStrm;
}
+#endif
std::ostream& operator<<(std::ostream& rStrm, ParagraphAdjust n)
{
rStrm << (int) n;
@@ -111,6 +118,9 @@ std::ostream& operator<<(std::ostream& rStrm, ParagraphAdjust n)
}
}
}
+
+#if !defined _WIN32
+
namespace com
{
namespace sun
@@ -130,6 +140,9 @@ std::ostream& operator<<(std::ostream& rStrm, FillStyle n)
}
}
}
+
+#endif
+
namespace com
{
namespace sun