summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appserv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/appserv.cxx')
-rw-r--r--sfx2/source/appl/appserv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index e0cfeee40af8..040374870fa6 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -306,7 +306,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
// aus verschachtelten Requests nach 100ms nochmal probieren
if( Application::GetDispatchLevel() > 1 )
{
- /* Dont save the request for closing the application and try it later
+ /* Don't save the request for closing the application and try it later
again. This is an UI bound functionality ... and the user will try it again
if the dialog is closed. But we should not close the application automatically
if this dialog is closed by the user ...