include/vcl/toolkit/dialog.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit efaa065eb7053954242c83760f897e7dba2e9fe8
Author: Balazs Varga <[email protected]>
AuthorDate: Fri Jul 7 13:01:26 2023 +0200
Commit: Balazs Varga <[email protected]>
CommitDate: Fri Jul 7 14:52:43 2023 +0200
Related: tdf#155708 Clean-up left over nCloseResponseToJustHide
cont int variable in dialog header.
Follow up (Clean-up) of a5c61b143d53bb10430b8a486874856c16a2d86c
Change-Id: I13ddbad581ee920a72726e18ccb9e7daf4eb7887
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154164
Tested-by: Jenkins
Reviewed-by: Balazs Varga <[email protected]>
diff --git a/include/vcl/toolkit/dialog.hxx b/include/vcl/toolkit/dialog.hxx
index 640204acfe60..5e11d2f783b5 100644
--- a/include/vcl/toolkit/dialog.hxx
+++ b/include/vcl/toolkit/dialog.hxx
@@ -58,8 +58,6 @@ private:
bool mbModalMode;
InitFlag mnInitFlag; // used for deferred init
- const int nCloseResponseToJustHide = -42;
-
VclPtr<VclButtonBox> mpActionArea;
VclPtr<VclBox> mpContentArea;