summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-03-22 10:25:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-03-22 19:58:00 +0000
commit88047257087350497009e418850a90f1cd34310a (patch)
treeac9d800ab3cfecc1258e685f4d05906e95cc5218 /chart2/source/view/inc
parenttdf#153808 Fix numbering preview in dark mode (diff)
downloadcore-88047257087350497009e418850a90f1cd34310a.tar.gz
core-88047257087350497009e418850a90f1cd34310a.zip
simplify ViewLegendEntry
we never have more than one FormattedString Change-Id: Id61a2a89a053f49da758a2bb888cef189515458f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149332 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/view/inc')
-rw-r--r--chart2/source/view/inc/LegendEntryProvider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/inc/LegendEntryProvider.hxx b/chart2/source/view/inc/LegendEntryProvider.hxx
index d78a367b1c58..ce7722b0edfd 100644
--- a/chart2/source/view/inc/LegendEntryProvider.hxx
+++ b/chart2/source/view/inc/LegendEntryProvider.hxx
@@ -63,7 +63,7 @@ struct ViewLegendEntry
/** The descriptive text for a legend entry.
*/
- std::vector< rtl::Reference< ::chart::FormattedString > > aLabel;
+ rtl::Reference< ::chart::FormattedString > xLabel;
};