diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:00:05 +0100 |
---|---|---|
committer | Thorsten Behrens <thb@documentfoundation.org> | 2014-02-25 21:25:30 +0100 |
commit | 8448d136ecc889f9a8fe85d883f0fd0e612c1c4e (patch) | |
tree | edb3b092baac679784d105c6f2109d9a8278057a /cppcanvas/source | |
parent | 6f2691bb6c9cacf1df547c0e38225461f018f696 (diff) |
Remove visual noise from cppcanvas
Change-Id: I961e6a9e227962096b57569a8b8160841cacd950
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/mtfrenderer/implrenderer.cxx | 10 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/textaction.cxx | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx index 663c47592048..52f527828acf 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 4e446648db6c..2bab8aaa7629 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 |