Kaydet (Commit) 5b6e338f authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

use new unocrsrs in SwChartDataSequence

Change-Id: Ib49bba8a948e2f51c590bd27c9a98e7348180bbf
üst ea0962fb
...@@ -265,7 +265,7 @@ class SwChartDataSequence : ...@@ -265,7 +265,7 @@ class SwChartDataSequence :
::com::sun::star::uno::Reference< com::sun::star::chart2::data::XDataProvider > xDataProvider; ::com::sun::star::uno::Reference< com::sun::star::chart2::data::XDataProvider > xDataProvider;
SwChartDataProvider * pDataProvider; SwChartDataProvider * pDataProvider;
SwUnoCrsr* pTableCrsr; // cursor spanned over cells to use std::shared_ptr<SwUnoCrsr> pTableCrsr; // cursor spanned over cells to use
SwDepend aCursorDepend; //the cursor is removed after the doc has been removed SwDepend aCursorDepend; //the cursor is removed after the doc has been removed
const SfxItemPropertySet* _pPropSet; const SfxItemPropertySet* _pPropSet;
...@@ -278,11 +278,12 @@ class SwChartDataSequence : ...@@ -278,11 +278,12 @@ class SwChartDataSequence :
protected: protected:
//SwClient //SwClient
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) SAL_OVERRIDE; virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) SAL_OVERRIDE;
virtual void SwClientNotify(const SwModify&, const SfxHint&) SAL_OVERRIDE;
public: public:
SwChartDataSequence( SwChartDataProvider &rProvider, SwChartDataSequence( SwChartDataProvider &rProvider,
SwFrameFormat &rTableFormat, SwFrameFormat &rTblFmt,
SwUnoCrsr *pTableCursor ); std::shared_ptr<SwUnoCrsr> pTableCursor );
virtual ~SwChartDataSequence(); virtual ~SwChartDataSequence();
static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId(); static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment