summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-authentication.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl-authentication.cxx')
-rw-r--r--uui/source/iahndl-authentication.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index 50e4d078b111..ef1b260eb4af 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -125,7 +125,7 @@ executeLoginDialog(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(OUString("out of memory"),
+ throw uno::RuntimeException("out of memory",
uno::Reference< uno::XInterface >());
}
}
@@ -438,7 +438,7 @@ executeMasterPasswordDialog(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(OUString("out of memory"),
+ throw uno::RuntimeException("out of memory",
uno::Reference< uno::XInterface >());
}
@@ -558,7 +558,7 @@ executePasswordDialog(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(OUString("out of memory"),
+ throw uno::RuntimeException("out of memory",
uno::Reference< uno::XInterface>());
}
}