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
|
||||
// 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,
|
||||
|
@@ -1919,11 +1919,11 @@ namespace cppcanvas
|
||||
}
|
||||
|
||||
|
||||
// ======================================================================
|
||||
//
|
||||
|
||||
|
||||
// Action factory methods
|
||||
//
|
||||
// ======================================================================
|
||||
|
||||
|
||||
|
||||
/** Create an outline action
|
||||
|
||||
|
Reference in New Issue
Block a user