[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source

matteocam matteo.campanelli at gmail.com
Tue Jul 15 07:48:22 PDT 2014


 svx/source/svdraw/svdotext.cxx              |    1 -
 svx/source/svdraw/svdotextdecomposition.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 4c3cbf70450ec20eacdc1cffb88f6757a8a901b5
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Tue Jul 15 16:47:30 2014 +0200

    Removed debugging output
    
    Change-Id: I3360e4d8addabebd1e82931ce06be8341453d43d

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index d867537..5d113a9 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1230,7 +1230,6 @@ void SdrTextObj::ImpInitDrawOutliner( SdrOutliner& rOutl ) const
 
 SdrOutliner& SdrTextObj::ImpGetDrawOutliner() const
 {
-    fprintf(stderr, "pModel=%p \t this=%p\n", pModel, this);
     SdrOutliner& rOutl=pModel->GetDrawOutliner(this);
 
     // Code extracted to ImpInitDrawOutliner()
diff --git a/svx/source/svdraw/svdotextdecomposition.cxx b/svx/source/svdraw/svdotextdecomposition.cxx
index ed87bde..bfe71765 100644
--- a/svx/source/svdraw/svdotextdecomposition.cxx
+++ b/svx/source/svdraw/svdotextdecomposition.cxx
@@ -524,7 +524,6 @@ namespace
 
         bool bTruncateText = rInfo.mbEndOfParagraph; // arbitrary property
 
-
         if ( bTruncateText ) // truncate text
             impHandleTruncatedPortion(rInfo);
         else // no chaining or truncating


More information about the Libreoffice-commits mailing list