Easyhack fdo#38831 remove SvStrings

Remove a function contained in unusedcode.easy that includes SvStrings.
This commit is contained in:
Brad Sowden
2011-12-29 22:28:31 +13:00
committed by Luboš Luňák
parent 516a16c8d1
commit 9ff11d8b1d
3 changed files with 0 additions and 18 deletions

View File

@@ -209,8 +209,6 @@ public:
sal_uInt16 FindCurrencyTableEntry( const String& rFmtString, bool &bTestBanking );
bool IsInTable(sal_uInt16 nPos,bool bTmpBanking,const String &rFmtString);
void GetCurrencyFormats(SvStrings& rList);
private:
static const double DEFAULT_NUMVALUE;

View File

@@ -1622,21 +1622,6 @@ void SvxNumberFormatShell::GetCurrencySymbols( SvStringsDtor& rList, bool bFlag
delete pLanguageTable;
}
void SvxNumberFormatShell::GetCurrencyFormats(SvStrings& aListDtor)
{
if(pCurCurrencyEntry!=NULL)
{
NfWSStringsDtor aWSStringsDtor;
/*sal_uInt16 nDefault = */pFormatter->GetCurrencyFormatStrings( aWSStringsDtor,
*pCurCurrencyEntry, bBankingSymbol );
for(sal_uInt16 i=0;i<aWSStringsDtor.Count();i++)
{
aListDtor.Insert(new String(*aWSStringsDtor[i]),aListDtor.Count());
}
}
}
bool SvxNumberFormatShell::IsBankingSymbol(sal_uInt16 nPos)
{
const NfCurrencyTable& rCurrencyTable=SvNumberFormatter::GetTheCurrencyTable();

View File

@@ -685,7 +685,6 @@ SvxMSDffShapeTxBxSort::Remove(SvxMSDffShapeOrder* const&, unsigned short)
SvxMSDffShapeTxBxSort::Remove(unsigned short, unsigned short)
SvxNumRule::SetLevel(unsigned short, SvxNumberFormat const*)
SvxNumberFormatShell::GetCurCurrencyEntry()
SvxNumberFormatShell::GetCurrencyFormats(SvStrings&)
SvxNumberFormatShell::IsBankingSymbol(unsigned short)
SvxNumberInfoItem::SetDoubleValue(double const&)
SvxNumberInfoItem::SetNumberFormatter(SvNumberFormatter*)