Kaydet (Commit) 8448d136 authored tarafından Alexander Wilms's avatar Alexander Wilms Kaydeden (comit) Thorsten Behrens

Remove visual noise from cppcanvas

Change-Id: I961e6a9e227962096b57569a8b8160841cacd950
üst 6f2691bb
...@@ -186,7 +186,7 @@ namespace ...@@ -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 ...@@ -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 ...@@ -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 ...@@ -1919,11 +1919,11 @@ namespace cppcanvas
} }
// ======================================================================
//
// Action factory methods // Action factory methods
//
// ======================================================================
/** Create an outline action /** Create an outline action
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment