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.wi...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits