diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-07-29 09:32:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-07-29 20:53:05 +0200 |
commit | 09607592b9fb0a7346e8dd2175adf15ace2d24dd (patch) | |
tree | bc0a6e899f1c4bbe9095e513f7db4dc29bb7f20f /oox | |
parent | ce2003a672c410e9cd47bb6580688eee57165d7c (diff) |
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
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 458f72112907..88a05d6a79ba 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -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)); |