summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/utbenvs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/utbenvs.cxx')
-rw-r--r--lotuswordpro/source/filter/utbenvs.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/utbenvs.cxx b/lotuswordpro/source/filter/utbenvs.cxx
index dc508c168664..f597351aee85 100644
--- a/lotuswordpro/source/filter/utbenvs.cxx
+++ b/lotuswordpro/source/filter/utbenvs.cxx
@@ -124,11 +124,11 @@ void LtcUtBenValueStream::FlushData()
* Construction
*/
LtcUtBenValueStream::LtcUtBenValueStream(CBenValue * pValue)
-{
+ : cpValue(pValue),
// Calculate the length of the whole value stream
- cCurrentPosition = 0;
- m_ulValueLength = pValue->GetValueSize();
- cpValue = pValue;
+ cCurrentPosition(0),
+ m_ulValueLength(pValue->GetValueSize())
+{
}
LtcUtBenValueStream::~LtcUtBenValueStream()