summaryrefslogtreecommitdiff
path: root/sw/qa/extras/rtfimport
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-13 05:21:11 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-14 01:10:25 +0200
commit6f12914ddfb4d69c0267b206be654c875da17426 (patch)
treeacc51420bbabe78092bc1a866848fbc8d07efd39 /sw/qa/extras/rtfimport
parentf15a69bd57e578ca607f14cb62f29a16986b96e6 (diff)
update cppunit to 1.14.0
Change-Id: I95fa42f4ef0580734b605df859c1660b29adb8b2 Reviewed-on: https://gerrit.libreoffice.org/36499 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sw/qa/extras/rtfimport')
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx105
1 files changed, 0 insertions, 105 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index d0d12b168de2..72f7e04d2e6e 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -63,111 +63,6 @@
#include <bordertest.hxx>
-#if !defined _WIN32
-
-namespace com
-{
-namespace sun
-{
-namespace star
-{
-namespace beans
-{
-
-std::ostream& operator<<(std::ostream& rStrm, PropertyState n)
-{
- rStrm << (int) n;
- return rStrm;
-}
-
-}
-}
-}
-}
-
-#endif
-
-namespace com
-{
-namespace sun
-{
-namespace star
-{
-namespace style
-{
-
-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;
- return rStrm;
-}
-
-}
-}
-}
-}
-
-#if !defined _WIN32
-
-namespace com
-{
-namespace sun
-{
-namespace star
-{
-namespace drawing
-{
-
-std::ostream& operator<<(std::ostream& rStrm, FillStyle n)
-{
- rStrm << (int) n;
- return rStrm;
-}
-
-}
-}
-}
-}
-
-#endif
-
-namespace com
-{
-namespace sun
-{
-namespace star
-{
-namespace text
-{
-
-std::ostream& operator<<(std::ostream& rStrm, TextContentAnchorType n)
-{
- rStrm << (int) n;
- return rStrm;
-}
-std::ostream& operator<<(std::ostream& rStrm, WrapTextMode n)
-{
- rStrm << (int) n;
- return rStrm;
-}
-
-}
-}
-}
-}
-
class Test : public SwModelTestBase
{
public: