summaryrefslogtreecommitdiff
path: root/basegfx/test/boxclipper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/boxclipper.cxx')
-rw-r--r--basegfx/test/boxclipper.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/basegfx/test/boxclipper.cxx b/basegfx/test/boxclipper.cxx
index 92edbdb9b3dc..7e0bfa5196bf 100644
--- a/basegfx/test/boxclipper.cxx
+++ b/basegfx/test/boxclipper.cxx
@@ -167,8 +167,7 @@ public:
std::for_each(randomPoly.begin(),
randomPoly.end(),
[this](const B2DPolygon& aPolygon) mutable {
- this->aRandomIntersections.appendElement(aPolygon.getB2DRange(),
- B2VectorOrientation::Negative, 1); } );
+ this->aRandomIntersections.appendElement(aPolygon.getB2DRange(), B2VectorOrientation::Negative); } );
#endif
}
td>weld ScOptSolverDlgCaolán McNamara 2018-12-08reduce the amount of senseless exceptions during document loadMarkus Mohrhard 2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen 2018-09-17New loplugin:externalStephan Bergmann 2018-01-12More loplugin:cstylecast: vclStephan Bergmann 2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann 2017-02-24Remove the intermediate xModel variablesMaxim Monastirsky 2017-02-21Formatting and remove unneeded declarationMaxim Monastirsky 2017-02-21Try to cut some costsMaxim Monastirsky 2017-02-21Ignore exceptions in identifyMaxim Monastirsky 2017-02-21Use module name when getting labelsMaxim Monastirsky 2017-02-21CommandInfoProvider can be a namespaceMaxim Monastirsky 2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-20split GetImageForCommand into GetBitmapForCommand and coCaolán McNamara 2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann 2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl 2016-10-18Make 'IsExperimental' property booleanSamuel Mehrbrodt 2016-10-14-Werror=maybe-uninitializedStephan Bergmann 2016-10-13Add IsExperimental method to CommandInfoProviderSamuel Mehrbrodt 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-07-13Make TooltipLabel default to PopupLabelSamuel Mehrbrodt 2016-04-15tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt 2016-03-21Need to get the shortcut of the real commandMaxim Monastirsky 2016-03-14tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh 2016-02-28tdf#84258 Allow creation of command aliasesMaxim Monastirsky 2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin 2015-12-08Move icon rotation/flip handling from ToolbarManager to vcl's ToolbarSamuel Mehrbrodt 2015-11-27mutex used in post-main dtorCaolán McNamara 2015-11-18Remove unused toolbaritem propertiesSamuel Mehrbrodt 2015-11-17Need to re-init CommandInfoProvider when component changesMaxim Monastirsky 2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt 2015-11-17-Werror=maybe-uninitializedStephan Bergmann 2015-11-17tdf#95845 Use CommandInfoProvider to receive command propertiesSamuel Mehrbrodt 2015-11-16Move functionality to retrieve command image to CommandInfoProviderSamuel Mehrbrodt 2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt