[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Mar 26 16:48:46 UTC 2016
sc/source/core/data/colorscale.cxx | 17 -----------------
1 file changed, 17 deletions(-)
New commits:
commit a4da8e041bd3d6b6c286bafb5a43c6a2ba25dc4d
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Mar 26 17:47:58 2016 +0100
remove debug functions
Change-Id: I7a3aaa223c08d9fc79baeed59546d7268bd8e57b
diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx
index d478823..f5b4d52 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -34,23 +34,6 @@ ScFormulaListener::ScFormulaListener(ScDocument* pDoc):
{
}
-namespace {
-
-std::ostream& operator<<(std::ostream& rStrm, const ScAddress& rAddr)
-{
- rStrm << "Col: " << rAddr.Col() << ", Row: " << rAddr.Row() << ", Tab: " << rAddr.Tab();
- return rStrm;
-}
-
-std::ostream& operator<<(std::ostream& rStrm, const ScRange& rRange)
-{
- rStrm << "Start: " << rRange.aStart << std::endl;
- rStrm << "End: " << rRange.aEnd << std::endl;
- return rStrm;
-}
-
-}
-
void ScFormulaListener::startListening(ScTokenArray* pArr, const ScRange& rRange)
{
if (!pArr)
More information about the Libreoffice-commits
mailing list