summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlTable.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlTable.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/source/filter/xml/xmlTable.hxx b/reportdesign/source/filter/xml/xmlTable.hxx
index c54674eb81a7..ebcb55a55640 100644
--- a/reportdesign/source/filter/xml/xmlTable.hxx
+++ b/reportdesign/source/filter/xml/xmlTable.hxx
@@ -77,9 +77,6 @@ namespace rptxml
void incrementRowIndex();
inline void incrementColumnIndex() { ++m_nColumnIndex; }
- inline sal_Int32 getRowIndex() const { return m_nRowIndex; }
- inline sal_Int32 getColumnIndex() const { return m_nColumnIndex; }
-
void addCell(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xElement);
inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getSection() const { return m_xSection; }