sc/source/core/inc/interpre.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 52ae7fed568bef2b7de50130de02908016ab30dc
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Wed Feb 26 10:16:41 2025 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Feb 26 18:23:33 2025 +0100

    convert IgnoreValues to scoped enum
    
    Change-Id: I418251421e6d0c648ac2d1579d4fa8420dc4c96b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182203
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 06a48b1d1734..39383cc311e7 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -58,7 +58,8 @@ class ScJumpMatrix;
 struct ScRefCellValue;
 
 enum MatchMode{ exactorNA=0, exactorS=-1, exactorG=1, wildcard=2, regex=3 };
-enum IgnoreValues{ DEFAULT=0, BLANKS=1, ERRORS=2, ALL=3 };
+// mode for the TOCOL and TOROW formula functions
+enum class IgnoreValues{ DEFAULT=0, BLANKS=1, ERRORS=2, ALL=3 };
 
 struct VectorSearchArguments
 {

Reply via email to