diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-06-28 12:15:15 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-06-30 10:40:01 +0200 |
commit | 9ee481cce4f26cbde09efa46bc0b2c52e53eb2bf (patch) | |
tree | d86c755d4be4e5213b88849a441d13a2d8eaf119 /sw/inc | |
parent | 91dd43a4eaa6bd6434e538dee1a485842fbcbb4f (diff) |
kill ugly GetDataSequence, now unused
Change-Id: Ib72d52c8641b9edfbc534a490fc27d20ff17f349
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotbl.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index c4820ce913a8..23c2116d82e1 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -543,14 +543,6 @@ public: sal_uInt16 getColumnCount(); const SwUnoCrsr* GetTableCrsr() const; - - // for SwChartDataSequence - void GetDataSequence( - ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > *pAnySeq, - ::com::sun::star::uno::Sequence< OUString > *pTextSeq, - ::com::sun::star::uno::Sequence< double > *pDblSeq, - bool bForceNumberResults = false ) throw (::com::sun::star::uno::RuntimeException, std::exception); - }; class SwXTableRows SAL_FINAL : public cppu::WeakImplHelper |