Kaydet (Commit) 5700899b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticmethods: svl

Change-Id: I5cadb5e19790a941c719253966bc65d54e2b60bd
üst 789280ef
......@@ -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);
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment