diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 12:03:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 12:07:43 +0200 |
commit | 5700899b13826f27be9c43fa9d7b5df786dd66df (patch) | |
tree | f3d7b9754c3321c6fd7d9164c80623f89bd25f7b /svl/source/numbers | |
parent | 789280ef6450a3e484316ace55b082dfdb588f7c (diff) |
loplugin:staticmethods: svl
Change-Id: I5cadb5e19790a941c719253966bc65d54e2b60bd
Diffstat (limited to 'svl/source/numbers')
-rw-r--r-- | svl/source/numbers/zformat.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx index bdeb74fff88c..17583d455628 100644 --- a/svl/source/numbers/zformat.cxx +++ b/svl/source/numbers/zformat.cxx @@ -2893,7 +2893,7 @@ bool SvNumberformat::ImpGetTimeOutput(double fNumber, // inspection of month name around that one, that would enable different month // cases in one format. Though probably the most rare use case ever.. -sal_Int32 SvNumberformat::ImpUseMonthCase( int & io_nState, const ImpSvNumFor& rNumFor, NfKeywordIndex eCodeType ) const +sal_Int32 SvNumberformat::ImpUseMonthCase( int & io_nState, const ImpSvNumFor& rNumFor, NfKeywordIndex eCodeType ) { using namespace ::com::sun::star::i18n; if (!io_nState) |