[Libreoffice-commits] core.git: writerfilter/source
Jochen Nitschke
j.nitschke+logerrit at ok.de
Sun Jul 1 11:43:09 UTC 2018
writerfilter/source/dmapper/NumberingManager.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit caa9e875a333b804a5914cf52cde21aa3ae94fd6
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date: Sat Jun 30 20:34:58 2018 +0200
cppcheck: variableScope
Change-Id: Ic6491da10fe4fdf46a7f6fac8e2ca6f32701a25f
Reviewed-on: https://gerrit.libreoffice.org/56770
Tested-by: Jenkins
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>
diff --git a/writerfilter/source/dmapper/NumberingManager.cxx b/writerfilter/source/dmapper/NumberingManager.cxx
index f3679f8eb614..c717a9af3898 100644
--- a/writerfilter/source/dmapper/NumberingManager.cxx
+++ b/writerfilter/source/dmapper/NumberingManager.cxx
@@ -543,9 +543,9 @@ void ListDef::CreateNumberingRules( DomainMapper& rDMapper,
// Get the char style
uno::Sequence< beans::PropertyValue > aAbsCharStyleProps = pAbsLevel->GetCharStyleProperties( );
- uno::Sequence< beans::PropertyValue >& rAbsCharStyleProps = aAbsCharStyleProps;
if ( pLevel.get( ) )
{
+ uno::Sequence< beans::PropertyValue >& rAbsCharStyleProps = aAbsCharStyleProps;
uno::Sequence< beans::PropertyValue > aCharStyleProps =
pLevel->GetCharStyleProperties( );
uno::Sequence< beans::PropertyValue >& rCharStyleProps = aCharStyleProps;
More information about the Libreoffice-commits
mailing list