Remove visual noise from cppcanvas
Change-Id: I961e6a9e227962096b57569a8b8160841cacd950
This commit is contained in:
committed by
Thorsten Behrens
parent
6f2691bb6c
commit
8448d136ec
@@ -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,
|
||||||
|
@@ -1919,11 +1919,11 @@ namespace cppcanvas
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ======================================================================
|
|
||||||
//
|
|
||||||
// Action factory methods
|
// Action factory methods
|
||||||
//
|
|
||||||
// ======================================================================
|
|
||||||
|
|
||||||
/** Create an outline action
|
/** Create an outline action
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user