diff options
author | Eike Rathke <erack@redhat.com> | 2017-05-03 19:59:40 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-04 00:46:18 +0200 |
commit | fd4c9d0b017ba559dd31776cb58c75f90ebf0db5 (patch) | |
tree | ff51d7cef33f32291d50524890179cf7f94c730b /svl | |
parent | 44eb05c254c3a45b3590fba7b4ea2194f45930b5 (diff) |
Make SvNumberformat::ImpIsIso8601() const
Change-Id: Ied2440046ab01bc0f18629ddb885e7555b8af137
Diffstat (limited to 'svl')
-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 b52646efaf77..fa0b536b5b69 100644 --- a/svl/source/numbers/zformat.cxx +++ b/svl/source/numbers/zformat.cxx @@ -3375,7 +3375,7 @@ void SvNumberformat::ImpAppendEraG( OUStringBuffer& OutString, } } -bool SvNumberformat::ImpIsIso8601( const ImpSvNumFor& rNumFor ) +bool SvNumberformat::ImpIsIso8601( const ImpSvNumFor& rNumFor ) const { bool bIsIso = false; if ((eType & css::util::NumberFormat::DATE) == css::util::NumberFormat::DATE) |