diff options
author | Eike Rathke <erack@redhat.com> | 2017-12-08 23:48:20 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-12-08 23:49:18 +0100 |
commit | bbbf15993c48fffcf99e62d4876910e18b633762 (patch) | |
tree | c5989b98a7b3411a83cb23ae7f2c4ce579973398 /include/svl | |
parent | 2ec698b43313c18522b45b28895cd5688a84a700 (diff) |
SvNumberFormatter::GetType() const
Change-Id: Id5392ec8996d157ac1be21cb24f0ab7fff18df27
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/zforlist.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index f45ec7f0bc0f..87821414325e 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -602,7 +602,7 @@ public: bool GetNoZero() const; /** Get the type of a format (or css::util::NumberFormat::UNDEFINED if no entry), but with css::util::NumberFormat::DEFINED masked out */ - short GetType(sal_uInt32 nFIndex); + short GetType(sal_uInt32 nFIndex) const; /// As the name says void ClearMergeTable(); |