summaryrefslogtreecommitdiff
path: root/include/unotools/numberformatcodewrapper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-03 09:21:43 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-06 10:55:59 +0000
commit871a41cfd043e1c7391ca0b8b3c5e60bd799025c (patch)
tree395c13351fc57350dbf7bb14371b3553b8d08868 /include/unotools/numberformatcodewrapper.hxx
parente47db97d2ced9178456eebaece11118158dce406 (diff)
loplugin:unusedmethods unotools
Change-Id: Ieb73b50471263212285b9c3883c082477c1ad656 Reviewed-on: https://gerrit.libreoffice.org/16729 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/unotools/numberformatcodewrapper.hxx')
-rw-r--r--include/unotools/numberformatcodewrapper.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/unotools/numberformatcodewrapper.hxx b/include/unotools/numberformatcodewrapper.hxx
index 066e38858d75..00f647a3b59b 100644
--- a/include/unotools/numberformatcodewrapper.hxx
+++ b/include/unotools/numberformatcodewrapper.hxx
@@ -48,9 +48,6 @@ public:
/// set a new Locale
void setLocale( const ::com::sun::star::lang::Locale& rLocale );
- /// get current Locale
- const ::com::sun::star::lang::Locale& getLocale() const { return aLocale; }
-
// Wrapper implementations of class NumberFormatCodeMapper
::com::sun::star::i18n::NumberFormatCode getFormatCode( sal_Int16 nFormatIndex ) const;