diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-11 12:36:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-11 18:17:58 +0200 |
commit | 83a962578f616ae4ff215fa782763f2045a20bcc (patch) | |
tree | 4286476b26081960248ea63752822d9589db6d0f /svx/source/customshapes | |
parent | 591db0f97b6084723c138a01d5f336b1f1a3a639 (diff) |
loplugin:simplifyconstruct in svtools..svx
Change-Id: Ia20fac7cec01ac658a903f8b001807b2e72dbf3e
Reviewed-on: https://gerrit.libreoffice.org/60316
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index bee68428313a..48bbb91e81f5 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -959,7 +959,7 @@ SdrObject* CreateSdrObjectFromParagraphOutlines( return pRet; } -Reference < i18n::XBreakIterator > EnhancedCustomShapeFontWork::mxBreakIterator = nullptr; +Reference < i18n::XBreakIterator > EnhancedCustomShapeFontWork::mxBreakIterator; Reference < i18n::XBreakIterator > const & EnhancedCustomShapeFontWork::GetBreakIterator() { |