summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
Diffstat (limited to 'svl')
-rw-r--r--svl/qa/unit/svl.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 88add0a71793..29bbde9b999d 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -42,12 +42,6 @@
using namespace ::com::sun::star;
using namespace svl;
-static std::ostream& operator<<(std::ostream& rStrm, const Color& rColor)
-{
- rStrm << "Color: R:" << static_cast<int>(rColor.GetRed()) << " G:" << static_cast<int>(rColor.GetGreen()) << " B: " << static_cast<int>(rColor.GetBlue());
- return rStrm;
-}
-
namespace svl
{
static std::ostream& operator<<(std::ostream& rStrm, const SharedString& string )