[Libreoffice-commits] core.git: svx/source
Eike Rathke
erack at redhat.com
Mon Aug 18 13:11:13 PDT 2014
svx/source/items/numfmtsh.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 6ef56dacbab92fac1e2fb79492cbd8b2dd6d92ed
Author: Eike Rathke <erack at redhat.com>
Date: Mon Aug 18 22:08:59 2014 +0200
remove cruft
Change-Id: Id5ba28d7862590e11cca24fc8e25ca68fae1d5a8
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx
index 80b9255..c5876b4 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;
}
}
}
More information about the Libreoffice-commits
mailing list