From 4f09826f731d5ecfc1ed094e2f9e720071b1e58d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 29 Jan 2024 17:17:41 +0100 Subject: [PATCH] Fix typo Change-Id: I9f090d5b38e039b8c3fbb8e5a66190d686a8dccb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162702 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp> --- vcl/source/window/dialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx index f395dd307411..b60a96e06440 100644 --- a/vcl/source/window/dialog.cxx +++ b/vcl/source/window/dialog.cxx @@ -1184,7 +1184,7 @@ void Dialog::EndDialog( tools::Long nResult ) { // We have a special case with async-dialogs that re-execute themselves. // In order to prevent overwriting state we need here, we need to extract - // all the state we need before before calling maEndDialogFn, because + // all the state we need before calling maEndDialogFn, because // maEndDialogFn might itself call StartExecuteAsync and store new state. std::shared_ptr xOwnerDialogController = std::move(mpDialogImpl->maEndCtx.mxOwnerDialogController); std::shared_ptr xOwnerSelf = std::move(mpDialogImpl->maEndCtx.mxOwnerSelf); -- 2.11.4.GIT