summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-12-04 21:24:49 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-12-27 16:51:26 +0100
commitfb46f61c51872ea85fb3d9f08cc44235bc8c2703 (patch)
tree27968e133861eb23bdf15d21970ac1807b66519b /sc/source/filter/lotus
parent42798dc46a3e9a178ca5bc85e63865686daec0ef (diff)
Avoid redundant cast
Change-Id: I0075eab13c09edc83437c14e36d8f4d401fcb337
Diffstat (limited to 'sc/source/filter/lotus')
-rw-r--r--sc/source/filter/lotus/tool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx
index 7760fe2dc930..d6c7449392eb 100644
--- a/sc/source/filter/lotus/tool.cxx
+++ b/sc/source/filter/lotus/tool.cxx
@@ -334,7 +334,7 @@ SfxUInt32Item* FormCache::NewAttr( sal_uInt8 nFormat, sal_uInt8 nSt )
pFormTable->PutEntry( aFormString, nDummy, eType, nHandle, eLanguage );
}
- return new SfxUInt32Item( ATTR_VALUE_FORMAT, ( sal_uInt32 ) nHandle );
+ return new SfxUInt32Item( ATTR_VALUE_FORMAT, nHandle );
}
void LotusRange::MakeHash()