summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorTibor Nagy <nagy.tibor2@nisz.hu>2020-10-05 20:47:14 +0200
committerLászló Németh <nemeth@numbertext.org>2020-10-08 16:28:20 +0200
commit9971b1602d2a526dd8f2cc8255794515bb4e2168 (patch)
tree748558dea4a2c3348a8bccf59e7987591c58ec74 /sc/inc
parent32af6bcd0c3634f860fc529acb17648e73051c73 (diff)
tdf#125462 sc: remove red (invalid data) circle
around the cell after typing valid data in it. This mark wasn't removed when correct data is entered in the cell, giving the impression that the entered value is incorrect. Note: This fixes only the directly modified cell, not the other cells with red circles which refer the modified cell. Testing: Tools->Detective->Mark Invalid Data adds these red circles around the cells with invalid content, according to their validation added by Data->Validity... Co-authored-by: Attila Szűcs (NISZ) Change-Id: Ib7ca3c453a930669a7c58e89b91654de36b8bb3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103995 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/detfunc.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/detfunc.hxx b/sc/inc/detfunc.hxx
index 38de23a954ae..623f1e5c3442 100644
--- a/sc/inc/detfunc.hxx
+++ b/sc/inc/detfunc.hxx
@@ -126,6 +126,7 @@ public:
bool DeleteSucc( SCCOL nCol, SCROW nRow );
bool DeletePred( SCCOL nCol, SCROW nRow );
bool DeleteAll( ScDetectiveDelete eWhat );
+ bool DeleteCirclesAt( SCCOL nCol, SCROW nRow );
bool MarkInvalid(bool& rOverflow);