diff options
author | Armin Le Grand <alg@apache.org> | 2014-03-23 17:33:53 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2014-03-23 17:33:53 +0000 |
commit | 6ca3a9faca825e0e3c44de9f47f4c684d31f86b1 (patch) | |
tree | 429288b4ad763b7b12ab5712f88f0dd4e4ebb9b6 /testtools | |
parent | 812e2a8bf64274e47db572b8ca592f49b1263ad7 (diff) |
aw080 resync to trunk, win build working, no checks yet
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/bridgetest/multi.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testtools/source/bridgetest/multi.cxx b/testtools/source/bridgetest/multi.cxx index 14dc40ce436c..90e0f6f846e5 100644 --- a/testtools/source/bridgetest/multi.cxx +++ b/testtools/source/bridgetest/multi.cxx @@ -34,6 +34,8 @@ #include <sstream> +inline std::ostream& operator<<( std::ostream& s, const rtl::OUString r) { return (s << r.getStr()); } + namespace css = com::sun::star; namespace { |