From 5c365c62aafc12f16bfcfe3804f95f2bb45c7421 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 1 Sep 2022 11:32:04 +0100 Subject: cid#1509199 silence Constant expression result MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rename IsEqualData -> HasSameData Change-Id: I6294c847c284888e5537e04dc4f84314586c4b85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139514 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- sc/inc/autoform.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/autoform.hxx b/sc/inc/autoform.hxx index 15df248510d5..ee57b435f090 100644 --- a/sc/inc/autoform.hxx +++ b/sc/inc/autoform.hxx @@ -163,7 +163,7 @@ public: const ScNumFormatAbbrev& GetNumFormat( sal_uInt16 nIndex ) const; - bool IsEqualData( sal_uInt16 nIndex1, sal_uInt16 nIndex2 ) const; + bool HasSameData( sal_uInt16 nIndex1, sal_uInt16 nIndex2 ) const; void FillToItemSet( sal_uInt16 nIndex, SfxItemSet& rItemSet, const ScDocument& rDoc ) const; void GetFromItemSet( sal_uInt16 nIndex, const SfxItemSet& rItemSet, const ScNumFormatAbbrev& rNumFormat ); -- cgit