diff options
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index 0d0ad2e6dda4..15b20a79003d 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -65,16 +65,18 @@ SvxNumberFormatShell* SvxNumberFormatShell::Create( SvNumberFormatter* pNumForma SvxNumberFormatShell::SvxNumberFormatShell( SvNumberFormatter* pNumFormatter, sal_uInt32 nFormatKey, SvxNumberValueType eNumValType, - const OUString& rNumStr ) : - pFormatter ( pNumFormatter ), - pCurFmtTable ( NULL ), - eValType ( eNumValType ), - bUndoAddList ( true ), - nCurFormatKey ( nFormatKey ), - pCurCurrencyEntry(NULL), - bBankingSymbol (false), - nCurCurrencyEntryPos((sal_uInt16) SELPOS_NONE), - bUseStarFormat (false) + const OUString& rNumStr ) + : pFormatter ( pNumFormatter ) + , pCurFmtTable ( NULL ) + , eValType ( eNumValType ) + , bUndoAddList ( true ) + , nCurFormatKey ( nFormatKey ) + , nCurCategory (NUMBERFORMAT_ALL) + , eCurLanguage (LANGUAGE_NONE) + , pCurCurrencyEntry(NULL) + , bBankingSymbol (false) + , nCurCurrencyEntryPos((sal_uInt16) SELPOS_NONE) + , bUseStarFormat (false) { nValNum = DEFAULT_NUMVALUE; |