summaryrefslogtreecommitdiff
path: root/sw/inc/unochart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unochart.hxx')
-rw-r--r--sw/inc/unochart.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index 899be66fd332..935db3d705e1 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -263,7 +263,7 @@ class SwChartDataSequence :
css::uno::Reference< css::chart2::data::XDataProvider > m_xDataProvider;
SwChartDataProvider * m_pDataProvider;
- sw::UnoCursorPointer m_pTableCrsr; // cursor spanned over cells to use
+ sw::UnoCursorPointer m_pTableCursor; // cursor spanned over cells to use
const SfxItemPropertySet* m_pPropSet;
@@ -279,7 +279,7 @@ protected:
public:
SwChartDataSequence( SwChartDataProvider &rProvider,
SwFrameFormat &rTableFormat,
- std::shared_ptr<SwUnoCrsr> pTableCursor );
+ std::shared_ptr<SwUnoCursor> pTableCursor );
virtual ~SwChartDataSequence();
static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId();