diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 12:32:14 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 17:44:31 +0100 |
commit | d5caf6898b384de8465179341e8f0ccf66b06b2b (patch) | |
tree | 979dc56521b1baad8d6db4ef336d3c19b8b419d2 /svx/source/items/numfmtsh.cxx | |
parent | 10f4ddc9a5e28b33ad2bffe6cd3e4aaab920f872 (diff) |
loplugin: unused variables
Change-Id: I7fc203900256839e679bf73b717d121fedc42087
Diffstat (limited to 'svx/source/items/numfmtsh.cxx')
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index c16793445975..1187f9785d56 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -682,8 +682,6 @@ short SvxNumberFormatShell::FillEListWithFormats_Impl( std::vector<String*>& rLi sal_uInt32 nNFEntry; String aStrComment; String aNewFormNInfo; - String aPrevString; - String a2PrevString; short nMyCat = SELPOS_NONE; @@ -727,8 +725,6 @@ short SvxNumberFormatShell::FillEListWithDateTime_Impl( std::vector<String*>& rL sal_uInt32 nNFEntry; String aStrComment; String aNewFormNInfo; - String aPrevString; - String a2PrevString; short nMyCat = SELPOS_NONE; @@ -811,8 +807,6 @@ short SvxNumberFormatShell::FillEListWithSysCurrencys( std::vector<String*>& rLi sal_uInt32 nNFEntry; String aStrComment; String aNewFormNInfo; - String aPrevString; - String a2PrevString; nCurCurrencyEntryPos=0; @@ -904,8 +898,6 @@ short SvxNumberFormatShell::FillEListWithUserCurrencys( std::vector<String*>& rL String aStrComment; String aNewFormNInfo; - String aPrevString; - String a2PrevString; short nMyCat = SELPOS_NONE; const NfCurrencyEntry* pTmpCurrencyEntry; @@ -1099,8 +1091,6 @@ short SvxNumberFormatShell::FillEListWithUsD_Impl( std::vector<String*>& rList, String aStrComment; String aNewFormNInfo; - String aPrevString; - String a2PrevString; short nMyCat = SELPOS_NONE; bool bAdditional = (nPrivCat != CAT_USERDEFINED && |