summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 02:35:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:24 +0200
commit64d65c397bf3d9f55126efe39ff54865cb7da172 (patch)
treec70d1ba678c143865e82e7b24279e6d5a37a3341 /sw
parentcbf03eb68dd054fd4656e8981a72f3754a315838 (diff)
WaE: -Wunused-variable
Change-Id: Ia35011b115ca9a6dbcc6f0a047d876d9ad132dcb
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/frmedt/tblsel.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/frmedt/tblsel.cxx b/sw/source/core/frmedt/tblsel.cxx
index b4ae8009b19c..c0ec660acf97 100644
--- a/sw/source/core/frmedt/tblsel.cxx
+++ b/sw/source/core/frmedt/tblsel.cxx
@@ -999,9 +999,6 @@ void GetMergeSel( const SwPaM& rPam, SwSelBoxes& rBoxes,
// this box is selected
pLastBox = pBox;
rBoxes.insert( pBox );
-#if OSL_DEBUG_LEVEL > 1
- Point aInsPoint( (pCell->Frm().*fnRect->fnGetPos)() );
-#endif
aPosArr.insert(
_CmpLPt( (pCell->Frm().*fnRect->fnGetPos)(),
pBox, bVert ) );