summaryrefslogtreecommitdiff
path: root/include/svl/zformat.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-07 12:03:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-07 12:07:43 +0200
commit5700899b13826f27be9c43fa9d7b5df786dd66df (patch)
treef3d7b9754c3321c6fd7d9164c80623f89bd25f7b /include/svl/zformat.hxx
parent789280ef6450a3e484316ace55b082dfdb588f7c (diff)
loplugin:staticmethods: svl
Change-Id: I5cadb5e19790a941c719253966bc65d54e2b60bd
Diffstat (limited to 'include/svl/zformat.hxx')
-rw-r--r--include/svl/zformat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index b5da86a8e0a8..50be721d6430 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -470,7 +470,7 @@ private:
@returns one of css::i18n::CalendarDisplayCode values
according to eCodeType and the check executed (or passed).
*/
- SVL_DLLPRIVATE sal_Int32 ImpUseMonthCase( int & io_nState, const ImpSvNumFor& rNumFor, NfKeywordIndex eCodeType ) const;
+ SVL_DLLPRIVATE static sal_Int32 ImpUseMonthCase( int & io_nState, const ImpSvNumFor& rNumFor, NfKeywordIndex eCodeType );
/// Whether it's a (YY)YY-M(M)-D(D) format.
SVL_DLLPRIVATE bool ImpIsIso8601( const ImpSvNumFor& rNumFor );
@@ -542,7 +542,7 @@ private:
// check subcondition
// OP undefined => -1
// else 0 or 1
- SVL_DLLPRIVATE short ImpCheckCondition(double& fNumber,
+ SVL_DLLPRIVATE static short ImpCheckCondition(double& fNumber,
double& fLimit,
SvNumberformatLimitOps eOp);