summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwprowlayout.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-27 16:58:13 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-27 16:58:13 +0200
commitee0e18c47465b735eda285b2694306b92cfa3f78 (patch)
treea5abde3c3621df982234c24d85424893b541e65a /lotuswordpro/source/filter/lwprowlayout.cxx
parentWaE: unused variable (diff)
downloadcore-ee0e18c47465b735eda285b2694306b92cfa3f78.tar.gz
core-ee0e18c47465b735eda285b2694306b92cfa3f78.zip
WaE: unused variable
Diffstat (limited to 'lotuswordpro/source/filter/lwprowlayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwprowlayout.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwprowlayout.cxx b/lotuswordpro/source/filter/lwprowlayout.cxx
index 8ca0be2a6e0b..5aeb99832a48 100644
--- a/lotuswordpro/source/filter/lwprowlayout.cxx
+++ b/lotuswordpro/source/filter/lwprowlayout.cxx
@@ -125,10 +125,9 @@ void LwpRowLayout::RegisterStyle()
m_StyleName = pXFStyleManager->AddStyle(pRowStyle)->GetStyleName();
LwpTableLayout* pTableLayout = GetParentTableLayout();
- LwpTable * pTable = NULL;
if (pTableLayout)
{
- pTable = pTableLayout->GetTable();
+ pTableLayout->GetTable();
}
// register cells' style
LwpObjectID *pCellID= GetChildHead();