summaryrefslogtreecommitdiff
path: root/svx/source/sdr/overlay/overlayhelpline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/overlay/overlayhelpline.cxx')
-rw-r--r--svx/source/sdr/overlay/overlayhelpline.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/overlay/overlayhelpline.cxx b/svx/source/sdr/overlay/overlayhelpline.cxx
index b1adaf9ea7c9..a6f644ba6220 100644
--- a/svx/source/sdr/overlay/overlayhelpline.cxx
+++ b/svx/source/sdr/overlay/overlayhelpline.cxx
@@ -65,7 +65,7 @@ namespace sdr
OverlayHelplineStriped::OverlayHelplineStriped(
const basegfx::B2DPoint& rBasePos,
SdrHelpLineKind eNewKind)
- : OverlayObjectWithBasePosition(rBasePos, Color(COL_BLACK)),
+ : OverlayObjectWithBasePosition(rBasePos, COL_BLACK),
meKind(eNewKind)
{
}
54a'>.SDI compiler: expand out some typedefsNoel Grandin 2016-02-05remove unused Hidden/Description/UnoName from .SDI filesNoel Grandin 2016-02-05remove unused HelpContext/Name/UCHAR/USHORT from .SDI filesNoel Grandin 2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin 2016-02-04remove unused ConfigName from .SDI filesNoel Grandin 2016-01-11loplugin:unusedmethods unused return value in idlNoel Grandin 2015-12-21loplugin:unusedmethodsNoel Grandin 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-27move SvRefMemberList into idlNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht 2015-09-08loplugin:mergeclasses merge SvMetaObject with SvMetaNameNoel Grandin 2015-08-04idl,framework,forms: inline some use-once typedefsNoel Grandin 2015-07-30loplugin:unusedmethodsNoel Grandin 2015-01-28remove unused typedefsNoel Grandin 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin 2014-10-22callcatcher: update unused codeCaolán McNamara 2014-10-16Remove more unused idl partsStephan Bergmann 2014-10-16Strip svidl down to what is still usedStephan Bergmann 2014-05-08idl: sal_Bool->boolNoel Grandin 2014-04-19fixincludeguards.sh: idl and idlcThomas Arnhold 2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann