diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-03-10 20:43:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-03-10 22:14:59 +0000 |
commit | c27d0a583d5748bfe68bcf3be73a33e8d2823f8f (patch) | |
tree | 34e0b2ca915b5f7d6cc3aa7bc10bdaea00b3063b /svx | |
parent | eee4dd746ea3fc09d51d008446ec82e3de456eed (diff) |
coverity#1355507 uninitialized scalar field
I think
commit b2fb84499e1f75735e8fd90bc2eece3fed9af5f6
Author: Noel Grandin <noel@peralex.com>
Date: Mon Mar 7 14:19:22 2016 +0200
loplugin:write only fields
wrong wrong and took out this param along with the unused nIndex
beside it
Change-Id: Idc34e03b5d59d4b0017fff456b79c807fda2535f
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdotextpathdecomposition.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdotextpathdecomposition.cxx b/svx/source/svdraw/svdotextpathdecomposition.cxx index c9a1c2c550e7..cc5f37de2dd9 100644 --- a/svx/source/svdraw/svdotextpathdecomposition.cxx +++ b/svx/source/svdraw/svdotextpathdecomposition.cxx @@ -87,6 +87,7 @@ namespace maText(rInfo.maText), mnTextStart(rInfo.mnTextStart), mnTextLength(rInfo.mnTextLen), + mnParagraph(rInfo.mnPara), maFont(rInfo.mrFont), maDblDXArray(), maLocale(rInfo.mpLocale ? *rInfo.mpLocale : css::lang::Locale()), |