summaryrefslogtreecommitdiff
path: root/accessibility/source/helper/accresmgr.cxx
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2012-09-07 03:36:42 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-09-07 12:26:19 +0000
commite1276e83e0e914eab8966a189948d2238c82a1b6 (patch)
tree7c010d0d9fcf5d43e53e638c535f44048b8ef571 /accessibility/source/helper/accresmgr.cxx
parent346cf4ee5d2f82b59900de1f71160c0d90ffab41 (diff)
OUString cleanup in accessibility
Change-Id: Ie4e51632bf81053f0d32428bb7ef5b01ec301ccc Reviewed-on: https://gerrit.libreoffice.org/579 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
Diffstat (limited to 'accessibility/source/helper/accresmgr.cxx')
-rw-r--r--accessibility/source/helper/accresmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/source/helper/accresmgr.cxx b/accessibility/source/helper/accresmgr.cxx
index 6034d6b8dc6e..9ab4d1d91942 100644
--- a/accessibility/source/helper/accresmgr.cxx
+++ b/accessibility/source/helper/accresmgr.cxx
@@ -65,9 +65,9 @@ void TkResMgr::ensureImplExists()
// -----------------------------------------------------------------------------
-::rtl::OUString TkResMgr::loadString( sal_uInt16 nResId )
+OUString TkResMgr::loadString( sal_uInt16 nResId )
{
- ::rtl::OUString sReturn;
+ OUString sReturn;
ensureImplExists();
if ( m_pImpl )