Remove visual noise from cppcanvas

Change-Id: I961e6a9e227962096b57569a8b8160841cacd950
This commit is contained in:
Alexander Wilms
2014-02-25 18:00:05 +01:00
committed by Thorsten Behrens
parent 6f2691bb6c
commit 8448d136ec
2 changed files with 9 additions and 9 deletions

View File

@@ -186,7 +186,7 @@ namespace
// iteratively fill dash array, first with dashs, then // iteratively fill dash array, first with dashs, then
// with dots. // with dots.
// ===================================================
sal_Int32 nCurrEntry=0; sal_Int32 nCurrEntry=0;
@@ -2789,12 +2789,12 @@ namespace cppcanvas
aRangeEnd->mnOrigIndex > nEndIndex ) aRangeEnd->mnOrigIndex > nEndIndex )
{ {
// aRangeEnd denotes end of action vector, // aRangeEnd denotes end of action vector,
//
// or // or
//
// nEndIndex references something _after_ // nEndIndex references something _after_
// aRangeBegin, but _before_ aRangeEnd // aRangeBegin, but _before_ aRangeEnd
//
// either way: no partial action left // either way: no partial action left
return rFunctor.result(); return rFunctor.result();
} }
@@ -2861,7 +2861,7 @@ namespace cppcanvas
// Public methods // Public methods
// ====================================================================
ImplRenderer::ImplRenderer( const CanvasSharedPtr& rCanvas, ImplRenderer::ImplRenderer( const CanvasSharedPtr& rCanvas,
const GDIMetaFile& rMtf, const GDIMetaFile& rMtf,

View File

@@ -1919,11 +1919,11 @@ namespace cppcanvas
} }
// ======================================================================
//
// Action factory methods // Action factory methods
//
// ======================================================================
/** Create an outline action /** Create an outline action