diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2017-02-21 08:31:07 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-02-21 21:05:44 +0000 |
commit | 52b464f31a162c2e90cb5482ffa2a7ff8dd386d5 (patch) | |
tree | da0912ee1d040fcb1aaffc11f8ef29ea78551fb8 /include | |
parent | a6cc03546975c9343e2c554f3f049c8f7c35bb54 (diff) |
Remove unused function. Following tdf#105657
Change-Id: I7890d76b35bcf5eb9a965fb90ae1a106913548e8
Reviewed-on: https://gerrit.libreoffice.org/34506
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/zforlist.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index 81c57d732cb4..dfdd8ebe2623 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -533,9 +533,6 @@ public: sal_uInt16& nPrecision, sal_uInt16& nAnzLeading, LanguageType eLnge = LANGUAGE_DONTKNOW ); - /// Get round value with fraction representation - double GetRoundFractionValue( sal_uInt32 nFormat, double fValue ) const; - /// Check if format code string may be deleted by user bool IsUserDefined( const OUString& sStr, LanguageType eLnge = LANGUAGE_DONTKNOW ); |