summaryrefslogtreecommitdiffstats
path: root/svx/source/table/cellrange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/cellrange.cxx')
-rw-r--r--svx/source/table/cellrange.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/table/cellrange.cxx b/svx/source/table/cellrange.cxx
index 3615b366d676..f0adfa3f8db1 100644
--- a/svx/source/table/cellrange.cxx
+++ b/svx/source/table/cellrange.cxx
@@ -31,10 +31,6 @@ using namespace ::com::sun::star::table;
namespace sdr { namespace table {
-
-// CellRange
-
-
CellRange::CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom )
: mxTable( xTable )
, mnLeft(nLeft)