diff options
Diffstat (limited to 'include/unotools/localedatawrapper.hxx')
-rw-r--r-- | include/unotools/localedatawrapper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/localedatawrapper.hxx b/include/unotools/localedatawrapper.hxx index 018c7babe456..a5d675988a75 100644 --- a/include/unotools/localedatawrapper.hxx +++ b/include/unotools/localedatawrapper.hxx @@ -99,10 +99,10 @@ class UNOTOOLS_DLLPUBLIC LocaleDataWrapper void scanCurrFormatImpl( const OUString& rCode, sal_Int32 nStart, sal_Int32& nSign, sal_Int32& nPar, sal_Int32& nNum, - sal_Int32& nBlank, sal_Int32& nSym ); + sal_Int32& nBlank, sal_Int32& nSym ) const; void getDateOrdersImpl(); - DateOrder scanDateOrderImpl( const OUString& rCode ); + DateOrder scanDateOrderImpl( const OUString& rCode ) const; void getDefaultCalendarImpl(); void getSecondaryCalendarImpl(); |