diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-07 11:42:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-08 08:12:56 +0000 |
commit | a3190d72011be267a8c4f155f48bcb0fa207bc83 (patch) | |
tree | 7e8f90cd1ade0c4a9f5b97f619dff02bf748f246 /include | |
parent | 7c6278431483efe76059a6a86889f73233fd034b (diff) |
remove unused SCHATTR_DIAGRAM_STYLE
and associated SvxChartStyleItem and SvxChartStyle
Change-Id: I1564a4583125dd32af71e4eff338dfcefc6517c4
Reviewed-on: https://gerrit.libreoffice.org/33988
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/chrtitem.hxx | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/svx/chrtitem.hxx b/include/svx/chrtitem.hxx index e14939ec1eb6..31c669a3bd6f 100644 --- a/include/svx/chrtitem.hxx +++ b/include/svx/chrtitem.hxx @@ -22,15 +22,6 @@ #include <svl/eitem.hxx> #include <svx/svxdllapi.h> -enum class SvxChartStyle -{ - Line2D, - Column2D, - AddIn -}; - -#define CHSTYLE_COUNT ((sal_uInt16)SvxChartStyle::AddIn + 1) - enum class SvxChartTextOrder { SideBySide, @@ -80,20 +71,6 @@ enum class SvxChartRegress #define CHREGRESS_COUNT ((sal_uInt16)SvxChartRegress::Unknown + 1) -class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxChartStyleItem : public SfxEnumItem -{ -public: - SvxChartStyleItem(SvxChartStyle eStyle /*= SvxChartStyle::Line2D*/, - sal_uInt16 nId ); - SvxChartStyleItem(SvStream& rIn, sal_uInt16 nId ); - - virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override; - virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const override; - - sal_uInt16 GetValueCount() const override { return CHSTYLE_COUNT; } -}; - - class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxChartRegressItem : public SfxEnumItem { public: |