vcl/source/window/dialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f09826f731d5ecfc1ed094e2f9e720071b1e58d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jan 29 17:17:41 2024 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Tue Jan 30 00:41:48 2024 +0100

    Fix typo
    
    Change-Id: I9f090d5b38e039b8c3fbb8e5a66190d686a8dccb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162702
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

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<weld::DialogController> xOwnerDialogController = 
std::move(mpDialogImpl->maEndCtx.mxOwnerDialogController);
         std::shared_ptr<weld::Dialog> xOwnerSelf = 
std::move(mpDialogImpl->maEndCtx.mxOwnerSelf);

Reply via email to