diff options
author | Eike Rathke <erack@redhat.com> | 2016-06-08 21:22:34 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-06-08 22:49:04 +0200 |
commit | 91640c080c7a0643cce95f605ca7774da4c4dd77 (patch) | |
tree | 646d40c1cc286e01ddba46e202e95e28871a038e /include | |
parent | 333b644d112d94e3d675e5915b8b1e535b0841e4 (diff) |
make SvNumberFormatter::IsCompatible() static
Change-Id: Ic40d0852c8e0a8f0957fc782c85c1084c7fe265f
Diffstat (limited to 'include')
-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 d87641e46843..1fdb306d274c 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -339,7 +339,7 @@ public: LanguageType GetLanguage() const; // Determine whether two format types are input compatible or not - bool IsCompatible(short eOldType, short eNewType); + static bool IsCompatible(short eOldType, short eNewType); /** Get table of formats of a specific type of a locale. A format FIndex is tested whether it has the type and locale requested, if it doesn't |