summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-authentication.cxx
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-12-10 23:57:10 -0200
committerLuboš Luňák <l.lunak@suse.cz>2012-12-11 12:21:44 +0000
commit3472541ab7118ad6c81cd401ce9018be7c662659 (patch)
treeeb7d8c205e9962b999ace224b265617555994cc6 /uui/source/iahndl-authentication.cxx
parente6ba54ceb8ac402570a126922d42db0a8341fc2b (diff)
Remove RTL_* from uui
Change-Id: I411133e81a9b548aaef2333c705c1376f45304d7 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1294 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'uui/source/iahndl-authentication.cxx')
-rw-r--r--uui/source/iahndl-authentication.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index 31d26b27a679..7df39cd85c75 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -125,8 +125,7 @@ executeLoginDialog(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("out of memory")),
+ throw uno::RuntimeException(OUString("out of memory"),
uno::Reference< uno::XInterface >());
}
}
@@ -439,8 +438,7 @@ executeMasterPasswordDialog(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("out of memory")),
+ throw uno::RuntimeException(OUString("out of memory"),
uno::Reference< uno::XInterface >());
}
@@ -560,8 +558,7 @@ executePasswordDialog(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("out of memory")),
+ throw uno::RuntimeException(OUString("out of memory"),
uno::Reference< uno::XInterface>());
}
}