summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-13 20:34:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-13 20:34:54 +0100
commit1f9f8f4f4074ce7ec9d2b0f2f751f5c47ce38634 (patch)
tree49cbfee75b2bbb28716685b803df1e676fdd6ba1 /svx/source
parenta51488cb2400163e20bc4fe5e3028587c29d08d9 (diff)
loplugin: some log, indent and unused variable warnings
fix up some indents, remove some unused OUStrings and add some log areas Change-Id: I5c50807aff7a726b03b72522975d9b75e6685b9b
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/table/tablertfimporter.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/table/tablertfimporter.cxx b/svx/source/table/tablertfimporter.cxx
index 77d340fa5de1..a0f6b8a3ae6a 100644
--- a/svx/source/table/tablertfimporter.cxx
+++ b/svx/source/table/tablertfimporter.cxx
@@ -282,8 +282,6 @@ void SdrTableRTFParser::FillTable()
if( xCellInfo->maItemSet.GetItemState(SDRATTR_TABLE_BORDER,sal_False,&pPoolItem)==SFX_ITEM_SET)
xCell->SetMergedItem( *pPoolItem );
- String sDebug = mpOutliner->GetText( mpOutliner->GetParagraph( xCellInfo->mnStartPara ), xCellInfo->mnParaCount );
-
OutlinerParaObject* pTextObject = mpOutliner->CreateParaObject( (sal_uInt16)xCellInfo->mnStartPara, (sal_uInt16)xCellInfo->mnParaCount );
if( pTextObject )
{