summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 02:28:49 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:24 +0200
commit952ce521a06ce44a1518017eb95b558f5decdaeb (patch)
treec1c5d810369288a2b1913f12ae24a57106885e0f /sw
parentade92713c32cf36cfb516f76824eef6c3d124321 (diff)
WaE: -Wunused-variable
Change-Id: I634c6412ed4be5611913887b5dd51837405e2250
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unochart.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx
index 734ab916ac17..9bd581d6d1db 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -2498,10 +2498,6 @@ bool SwChartDataSequence::DeleteBox( const SwTableBox &rBox )
if (bDisposed)
throw lang::DisposedException();
-#if OSL_DEBUG_LEVEL > 1
- OUString aBoxName( rBox.GetName() );
-#endif
-
// to be set if the last box of the data-sequence was removed here
bool bNowEmpty = false;