diff options
Diffstat (limited to 'include/svl/currencytable.hxx')
-rw-r--r-- | include/svl/currencytable.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/currencytable.hxx b/include/svl/currencytable.hxx index 940a584fb1d6..ed2e5f47fd47 100644 --- a/include/svl/currencytable.hxx +++ b/include/svl/currencytable.hxx @@ -23,9 +23,7 @@ public: typedef DataType::const_iterator const_iterator; iterator begin(); - iterator end(); const_iterator begin() const; - const_iterator end() const; NfCurrencyEntry& operator[] ( size_t i ); const NfCurrencyEntry& operator[] ( size_t i ) const; |