From 7c1ab3470333a642947421f4289d9a79d13970fb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 23 Apr 2013 09:56:56 +0100 Subject: restore SdrTableObj::getColumnCount removed correctly by fe630f3b097ca2bf173f21de77ed1535c767d0b9 but we will need it again Change-Id: I07a44e25cfc0de01cfdfef10ae817c413b50b597 --- svx/inc/svx/svdotable.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'svx/inc') diff --git a/svx/inc/svx/svdotable.hxx b/svx/inc/svx/svdotable.hxx index 2cc3ba80f098..6ec0334c2d21 100644 --- a/svx/inc/svx/svdotable.hxx +++ b/svx/inc/svx/svdotable.hxx @@ -146,6 +146,8 @@ public: void setActiveCell( const sdr::table::CellPos& rPos ); void getActiveCellPos( sdr::table::CellPos& rPos ) const; + sal_Int32 getRowCount() const; + sal_Int32 getColumnCount() const; void getCellBounds( const sdr::table::CellPos& rPos, ::Rectangle& rCellRect ); const SfxItemSet& GetActiveCellItemSet() const; -- cgit