diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2023-07-07 13:01:26 +0200 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2023-07-07 14:52:43 +0200 |
commit | efaa065eb7053954242c83760f897e7dba2e9fe8 (patch) | |
tree | b544c18296525aa51959a12aae20343e17f9563e | |
parent | 6d9dc8395b76bbe358510ecbfe289f80fb3b15c3 (diff) |
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 <balazs.varga.extern@allotropia.de>
-rw-r--r-- | include/vcl/toolkit/dialog.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; |