summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-09-01 11:32:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-09-06 16:28:17 +0200
commit5c365c62aafc12f16bfcfe3804f95f2bb45c7421 (patch)
treed85976cea2f125db22f500003aea2b1cc332fec4 /sc/inc
parent64f673238cf9b645a751e8f8137ca14e595a779a (diff)
cid#1509199 silence Constant expression result
rename IsEqualData -> HasSameData Change-Id: I6294c847c284888e5537e04dc4f84314586c4b85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139514 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/autoform.hxx2
1 files changed, 1 insertions, 1 deletions
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 );