[Libreoffice-commits] .: sc/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Wed May 9 18:05:54 PDT 2012


 sc/source/ui/view/output.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit a68b2aaa55da76089b486e2764418324abaf6c3e
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu May 10 03:04:28 2012 +0200

    remove debug output
    
    Change-Id: I58e8dc576de18df6da22388a7c25295b260bf98b

diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index 72db311..08d1377 100644
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -73,8 +73,6 @@
 
 #include <math.h>
 
-#include <iostream>
-
 using namespace com::sun::star;
 
 // STATIC DATA -----------------------------------------------------------
@@ -884,8 +882,6 @@ void ScOutputData::DrawBackground()
 
                     if( pInfo->pColorScale )
                     {
-                        std::cout << "pColorScale: finally Found it !" << std::endl;
-                        std::cout << nX << " " << nArrY << std::endl;
                         pOldBackground = NULL;
 
                         aRect.Right() = nPosX-nSignedOneX;
@@ -1518,7 +1514,6 @@ void ScOutputData::DrawRotatedFrame( const Color* pForceColor )
                         }
                         else
                         {
-                            std::cout << "ColorScale" << std::endl;
                             Polygon aPoly( 4, aPoints );
                             const Color* pColor = pInfo->pColorScale;
 


More information about the Libreoffice-commits mailing list