From 6f12914ddfb4d69c0267b206be654c875da17426 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 13 Apr 2017 05:21:11 +0200 Subject: update cppunit to 1.14.0 Change-Id: I95fa42f4ef0580734b605df859c1660b29adb8b2 Reviewed-on: https://gerrit.libreoffice.org/36499 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- sc/qa/unit/ucalc.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sc/qa/unit/ucalc.cxx') diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 68b83625acb2..9918e88e7f25 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -94,11 +94,6 @@ #include #include -static std::ostream& operator<<(std::ostream& os, ScMatrixMode mode) -{ - os << (int) mode; return os; -} - struct TestImpl { ScDocShellRef m_xDocShell; -- cgit