cid#1507491 cut and paste typo triggering 'Constant' variable guards dead code
Change-Id: I9b833575f3cc3ba886b355eefdfa9155d2dffae1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137587 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
parent
ce2003a672
commit
09607592b9
1 changed files with 1 additions and 1 deletions
|
@ -2053,7 +2053,7 @@ void ChartExport::exportDataTable( )
|
|||
if (GetProperty(aPropSet, "Outline"))
|
||||
mAny >>= bShowOutline;
|
||||
if (GetProperty(aPropSet, "Keys"))
|
||||
mAny >>= bShowOutline;
|
||||
mAny >>= bShowKeys;
|
||||
|
||||
pFS->startElement(FSNS(XML_c, XML_dTable));
|
||||
|
||||
|
|
Loading…
Reference in a new issue