diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-07-07 20:46:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-07-23 22:38:19 +0200 |
commit | 461596dad7f34d40745fb6819fc1443dc896e017 (patch) | |
tree | bc1f5fd5e8d46528b81507c0d7bcb5e61f576de3 /sc | |
parent | ec911fad4836206f3ca5c5f35a37f6edf7224904 (diff) |
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 <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/validate.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |