summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/dp_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/dp_resource.h')
-rw-r--r--desktop/source/deployment/inc/dp_resource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/inc/dp_resource.h b/desktop/source/deployment/inc/dp_resource.h
index 78bf42624b8e..04dc52c82889 100644
--- a/desktop/source/deployment/inc/dp_resource.h
+++ b/desktop/source/deployment/inc/dp_resource.h
@@ -37,8 +37,8 @@ DESKTOP_DEPLOYMENTMISC_DLLPUBLIC String getResourceString( sal_uInt16 id );
template <typename Unique, sal_uInt16 id>
struct StaticResourceString :
- public ::rtl::StaticWithInit< ::rtl::OUString, Unique > {
- const ::rtl::OUString operator () () { return getResourceString(id); }
+ public ::rtl::StaticWithInit< OUString, Unique > {
+ const OUString operator () () { return getResourceString(id); }
};
//==============================================================================