summaryrefslogtreecommitdiff
path: root/sw/source/core/table/swnewtable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/table/swnewtable.cxx')
-rw-r--r--sw/source/core/table/swnewtable.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/table/swnewtable.cxx b/sw/source/core/table/swnewtable.cxx
index 65d7a4a0df50..ff26c7b2aa65 100644
--- a/sw/source/core/table/swnewtable.cxx
+++ b/sw/source/core/table/swnewtable.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <swtable.hxx>
#include <tblsel.hxx>
#include <tblrwcl.hxx>
@@ -46,8 +45,6 @@
#define CHECK_TABLE(t)
#endif
-
-
/** SwBoxSelection is a small helperclass (structure) to handle selections
of cells (boxes) between table functions
@@ -626,7 +623,6 @@ static long lcl_InsertPosition( SwTable &rTable, std::vector<sal_uInt16>& rInsPo
/** SwTable::NewInsertCol(..) insert new column(s) into a table
-
@param pDoc
the document
@@ -1878,8 +1874,6 @@ void SwTable::PrepareDeleteCol( long nMin, long nMax )
}
}
-
-
/** SwTable::ExpandSelection(..) adds all boxes to the box selections which are
overlapped by it.
*/