summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/benval.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-28 19:05:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-28 19:09:23 +0100
commitf365f652f5721639a9787e1fddeb101045782c5c (patch)
treeb2ca25a477fb405c8a3f5b3f0ab2938f4b104a36 /lotuswordpro/source/filter/benval.cxx
parentClean up C-style casts from pointers to void (diff)
downloadcore-f365f652f5721639a9787e1fddeb101045782c5c.tar.gz
core-f365f652f5721639a9787e1fddeb101045782c5c.zip
Clean up C-style casts from pointers to void
Change-Id: Iad2178f516b4a123175008efcc485fd6812f1027
Diffstat (limited to 'lotuswordpro/source/filter/benval.cxx')
-rw-r--r--lotuswordpro/source/filter/benval.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/benval.cxx b/lotuswordpro/source/filter/benval.cxx
index 06f45fe26cd2..db505a84035f 100644
--- a/lotuswordpro/source/filter/benval.cxx
+++ b/lotuswordpro/source/filter/benval.cxx
@@ -77,7 +77,7 @@ CBenValue::ReadValueData(BenDataPtr pReadBuffer, unsigned long Offset,
*pAmtRead = 0;
pCBenValueSegment pCurrSeg = NULL;
pLtcBenContainer pContainer = GetContainer();
- BenByteDataPtr pBuffer = (BenByteDataPtr) pReadBuffer;
+ BenByteDataPtr pBuffer = static_cast<BenByteDataPtr>(pReadBuffer);
/// pReadBuffer -- pointer to buffer of read result, allocated outside this function
/// Offset -- read buffer's start offset address, relative value in the whole value stream