sc/source/ui/inc/validate.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 461596dad7f34d40745fb6819fc1443dc896e017
Author: Caolán McNamara <[email protected]>
AuthorDate: Fri Jul 7 20:46:24 2023 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Sun Jul 23 22:38:19 2023 +0200
don't need to duplicate CloseResponseToJustHide here
the one in sfx2/childwin.hxx is enough
Change-Id: I3b9f96fa99cb09875091561244297df5227a7b46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154201
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/sc/source/ui/inc/validate.hxx b/sc/source/ui/inc/validate.hxx
index 4a3a2e80e97c..ee97afe13867 100644
--- a/sc/source/ui/inc/validate.hxx
+++ b/sc/source/ui/inc/validate.hxx
@@ -154,8 +154,6 @@ class ScValidationDlg
bool m_bOwnRefHdlr:1;
bool m_bRefInputting:1;
- const int nCloseResponseToJustHide = -42;
-
std::unique_ptr<weld::Container> m_xHBox;
bool EnterRefStatus();