diff options
Diffstat (limited to 'svtools/source/uno/genericunodialog.cxx')
-rw-r--r-- | svtools/source/uno/genericunodialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx index 349d9a73a4d4..6a7f0a3be741 100644 --- a/svtools/source/uno/genericunodialog.cxx +++ b/svtools/source/uno/genericunodialog.cxx @@ -190,7 +190,7 @@ sal_Int16 SAL_CALL OGenericUnoDialog::execute() if (m_bExecuting) throw RuntimeException( - "already executing the dialog (recursive call)", + u"already executing the dialog (recursive call)"_ustr, *this ); |