diff options
author | Eike Rathke <erack@redhat.com> | 2014-08-18 22:08:59 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-08-18 22:10:51 +0200 |
commit | 6ef56dacbab92fac1e2fb79492cbd8b2dd6d92ed (patch) | |
tree | 59de8a78928b4b3b2cae61ee09d5eab1302a0c50 /svx/source | |
parent | d08a81d67826d780b626a5a6faad3de7179576bc (diff) |
remove cruft
Change-Id: Id5ba28d7862590e11cca24fc8e25ca68fae1d5a8
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index 80b925599666..c5876b47fada 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -516,9 +516,7 @@ void SvxNumberFormatShell::GetInitSettings( sal_uInt16& nCatLbPos, // Vorbedingung: Zahlenformatierer gefunden DBG_ASSERT( pFormatter != NULL, "Zahlenformatierer nicht gefunden!" ); -// sal_uInt16 nCount = 0; short nSelPos = SELPOS_NONE; -// SvNumberFormatTable* pFmtTable = NULL; // Sonderbehandlung fuer undefiniertes Zahlenformat: if ( (eValType == SVX_VALUE_TYPE_UNDEFINED) && (nCurFormatKey == 0) ) @@ -640,7 +638,6 @@ void SvxNumberFormatShell::FillEListWithStd_Impl( std::vector<OUString>& rList, if(nPrivCat==CAT_DATE || nPrivCat==CAT_TIME) { nSelPos=FillEListWithDateTime_Impl(rList,nSelPos); - //if(nSelPos!=SELPOS_NONE) nSelPos=nTmpPos; } } } |