[Libreoffice-commits] core.git: cppcanvas/source

Alexander Wilms f.alexander.wilms at gmail.com
Tue Feb 25 12:26:13 PST 2014


 cppcanvas/source/mtfrenderer/implrenderer.cxx |   10 +++++-----
 cppcanvas/source/mtfrenderer/textaction.cxx   |    8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 8448d136ecc889f9a8fe85d883f0fd0e612c1c4e
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 18:00:05 2014 +0100

    Remove visual noise from cppcanvas
    
    Change-Id: I961e6a9e227962096b57569a8b8160841cacd950

diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx
index 663c475..52f5278 100644
--- a/cppcanvas/source/mtfrenderer/implrenderer.cxx
+++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx
@@ -186,7 +186,7 @@ namespace
 
             // iteratively fill dash array, first with dashs, then
             // with dots.
-            // ===================================================
+
 
             sal_Int32 nCurrEntry=0;
 
@@ -2789,12 +2789,12 @@ namespace cppcanvas
                         aRangeEnd->mnOrigIndex > nEndIndex )
                     {
                         // aRangeEnd denotes end of action vector,
-                        //
+
                         // or
-                        //
+
                         // nEndIndex references something _after_
                         // aRangeBegin, but _before_ aRangeEnd
-                        //
+
                         // either way: no partial action left
                         return rFunctor.result();
                     }
@@ -2861,7 +2861,7 @@ namespace cppcanvas
 
 
         // Public methods
-        // ====================================================================
+
 
         ImplRenderer::ImplRenderer( const CanvasSharedPtr&  rCanvas,
                                     const GDIMetaFile&      rMtf,
diff --git a/cppcanvas/source/mtfrenderer/textaction.cxx b/cppcanvas/source/mtfrenderer/textaction.cxx
index 4e44664..2bab8aa 100644
--- a/cppcanvas/source/mtfrenderer/textaction.cxx
+++ b/cppcanvas/source/mtfrenderer/textaction.cxx
@@ -1919,11 +1919,11 @@ namespace cppcanvas
             }
 
 
-            // ======================================================================
-            //
+
+
             // Action factory methods
-            //
-            // ======================================================================
+
+
 
             /** Create an outline action
 


More information about the Libreoffice-commits mailing list