summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwptblcell.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-21 15:35:58 +0200
committerNoel Grandin <noel@peralex.com>2014-10-23 12:36:15 +0200
commit5f6f57c26ee15787ca2f775f853e57cfc11d666f (patch)
tree846d41ae24e8c84690f22ddd08929ba04120780f /lotuswordpro/source/filter/lwptblcell.cxx
parentloplugin: cstylecast (diff)
downloadcore-5f6f57c26ee15787ca2f775f853e57cfc11d666f.tar.gz
core-5f6f57c26ee15787ca2f775f853e57cfc11d666f.zip
loplugin: cstylecast
Change-Id: Id4c581724e7e5466ffe46f11f0a8da2527c23dc6
Diffstat (limited to 'lotuswordpro/source/filter/lwptblcell.cxx')
-rw-r--r--lotuswordpro/source/filter/lwptblcell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwptblcell.cxx b/lotuswordpro/source/filter/lwptblcell.cxx
index 070bb034aa09..cf0cddc8bafd 100644
--- a/lotuswordpro/source/filter/lwptblcell.cxx
+++ b/lotuswordpro/source/filter/lwptblcell.cxx
@@ -107,7 +107,7 @@ void LwpCellList::Parse(IXFStream* /*pOutputStream*/)
void LwpCellList::Convert(XFCell * pCell, LwpTableLayout* /*pCellsMap*/)
{
LwpObjectID aValueID = GetValueID();
- LwpNumericValue* pValue = (LwpNumericValue*)aValueID.obj().get();
+ LwpNumericValue* pValue = static_cast<LwpNumericValue*>(aValueID.obj().get());
if (pValue)
{
pCell->SetValue( pValue->GetValue() );