diff options
author | Daniel Di Marco <d.dimarco@gmx.de> | 2011-11-22 16:58:46 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-11-22 16:59:16 +0100 |
commit | 33a8ac0750d4ee7800b9faccdee3fffb850a04b1 (patch) | |
tree | 0c31215a7448146b733b96354bb6b55de4cf2eb7 /svx/source | |
parent | 98f32b2b8ebefe50dfa99b5c72ceb2639bf63787 (diff) |
remove NfShCurrencyEntries and NfShCurrencyEntryPtr types
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index 31edcd692ba8..5296abce446b 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -53,8 +53,6 @@ const double SvxNumberFormatShell::DEFAULT_NUMVALUE = 1234.56789; -SV_IMPL_PTRARR( NfShCurrencyEntries, NfCurrencyEntry* ); - // ----------------------------------------------------------------------- |