summaryrefslogtreecommitdiff
path: root/forms/source/resource
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/resource')
-rw-r--r--forms/source/resource/frm_resource.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/resource/frm_resource.cxx b/forms/source/resource/frm_resource.cxx
index 9acd6b1c3fc8..3e643500b029 100644
--- a/forms/source/resource/frm_resource.cxx
+++ b/forms/source/resource/frm_resource.cxx
@@ -58,9 +58,9 @@ namespace frm
}
//------------------------------------------------------------------
- ::rtl::OUString ResourceManager::loadString(sal_uInt16 _nResId)
+ OUString ResourceManager::loadString(sal_uInt16 _nResId)
{
- ::rtl::OUString sReturn;
+ OUString sReturn;
ensureImplExists();
if (m_pImpl)