summaryrefslogtreecommitdiff
path: root/sc/inc/attrib.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-24 09:38:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-24 10:12:51 +0100
commit7b355976ab65d059073978e4ab334c94a7dd450e (patch)
treeed6c37dd11ce49a48980e33b1d23e2caeea87ae1 /sc/inc/attrib.hxx
parentee64bf10051f9dce5c9983e715e7dce9b3ca1535 (diff)
drop unused ATTR items
the table autoformat stuff does not use these values at all, it just writes the internal details of PoolItems in a pre-determined order Change-Id: Id6d8ae7508a8d19f5fd1e70f9a428d324082d3bf Reviewed-on: https://gerrit.libreoffice.org/45199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r--sc/inc/attrib.hxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index 5cc9198f88e1..ea9ee09b2291 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -190,31 +190,6 @@ inline ScRangeItem& ScRangeItem::operator=( const ScRangeItem &rCpy )
return *this;
}
-// ScTableListItem: manages a list of tables
-
-class ScTableListItem : public SfxPoolItem
-{
-public:
- ScTableListItem();
- ScTableListItem( const ScTableListItem& rCpy );
- virtual ~ScTableListItem() override;
-
- ScTableListItem& operator=( const ScTableListItem &rCpy );
-
- // "pure virtual methods" from SfxPoolItem
- virtual bool operator==( const SfxPoolItem& ) const override;
- virtual bool GetPresentation( SfxItemPresentation ePres,
- MapUnit eCoreMetric,
- MapUnit ePresMetric,
- OUString &rText,
- const IntlWrapper& rIntl ) const override;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
-
-public:
- sal_uInt16 nCount;
- std::unique_ptr<SCTAB[]> pTabArr;
-};
-
// page format item: contents of header and footer
#define SC_HF_LEFTAREA 1