Kaydet (Commit) 6ef56dac authored tarafından Eike Rathke's avatar Eike Rathke

remove cruft

Change-Id: Id5ba28d7862590e11cca24fc8e25ca68fae1d5a8
üst d08a81d6
...@@ -516,9 +516,7 @@ void SvxNumberFormatShell::GetInitSettings( sal_uInt16& nCatLbPos, ...@@ -516,9 +516,7 @@ void SvxNumberFormatShell::GetInitSettings( sal_uInt16& nCatLbPos,
// Vorbedingung: Zahlenformatierer gefunden // Vorbedingung: Zahlenformatierer gefunden
DBG_ASSERT( pFormatter != NULL, "Zahlenformatierer nicht gefunden!" ); DBG_ASSERT( pFormatter != NULL, "Zahlenformatierer nicht gefunden!" );
// sal_uInt16 nCount = 0;
short nSelPos = SELPOS_NONE; short nSelPos = SELPOS_NONE;
// SvNumberFormatTable* pFmtTable = NULL;
// Sonderbehandlung fuer undefiniertes Zahlenformat: // Sonderbehandlung fuer undefiniertes Zahlenformat:
if ( (eValType == SVX_VALUE_TYPE_UNDEFINED) && (nCurFormatKey == 0) ) if ( (eValType == SVX_VALUE_TYPE_UNDEFINED) && (nCurFormatKey == 0) )
...@@ -640,7 +638,6 @@ void SvxNumberFormatShell::FillEListWithStd_Impl( std::vector<OUString>& rList, ...@@ -640,7 +638,6 @@ void SvxNumberFormatShell::FillEListWithStd_Impl( std::vector<OUString>& rList,
if(nPrivCat==CAT_DATE || nPrivCat==CAT_TIME) if(nPrivCat==CAT_DATE || nPrivCat==CAT_TIME)
{ {
nSelPos=FillEListWithDateTime_Impl(rList,nSelPos); nSelPos=FillEListWithDateTime_Impl(rList,nSelPos);
//if(nSelPos!=SELPOS_NONE) nSelPos=nTmpPos;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment