summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ExplicitCategoriesProvider.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-08-31 10:46:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-08-31 14:29:44 +0200
commit6191fc447395e877876290eedf28019a1866958d (patch)
treebef29c6d3a1e4f1320f020b8c35eff1076e82e50 /chart2/source/tools/ExplicitCategoriesProvider.cxx
parentbb5425ed3d8cc04e4242059a17912752d6b48c53 (diff)
clang-tidy:readability-redundant-member-init
Change-Id: I5e8baec88d5f17ddda452bd945c87769623cb4e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121357 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/tools/ExplicitCategoriesProvider.cxx')
-rw-r--r--chart2/source/tools/ExplicitCategoriesProvider.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/tools/ExplicitCategoriesProvider.cxx b/chart2/source/tools/ExplicitCategoriesProvider.cxx
index e4782c95b28d..59ac20dd4640 100644
--- a/chart2/source/tools/ExplicitCategoriesProvider.cxx
+++ b/chart2/source/tools/ExplicitCategoriesProvider.cxx
@@ -48,7 +48,6 @@ ExplicitCategoriesProvider::ExplicitCategoriesProvider( const Reference< chart2:
: m_bDirty(true)
, m_xCooSysModel( xCooSysModel )
, mrModel(rModel)
- , m_xOriginalCategories()
, m_bIsExplicitCategoriesInited(false)
, m_bIsDateAxis(false)
, m_bIsAutoDate(false)