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')
-rwxr-xr-x[-rw-r--r--]desktop/source/deployment/inc/dp_resource.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/source/deployment/inc/dp_resource.h b/desktop/source/deployment/inc/dp_resource.h
index 28191bc4e508..d7c16bb69b52 100644..100755
--- a/desktop/source/deployment/inc/dp_resource.h
+++ b/desktop/source/deployment/inc/dp_resource.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46,7 +47,7 @@ DESKTOP_DEPLOYMENTMISC_DLLPUBLIC String getResourceString( sal_uInt16 id );
template <typename Unique, sal_uInt16 id>
struct StaticResourceString :
- public ::rtl::StaticWithInit<const ::rtl::OUString, Unique> {
+ public ::rtl::StaticWithInit< ::rtl::OUString, Unique > {
const ::rtl::OUString operator () () { return getResourceString(id); }
};
@@ -65,3 +66,5 @@ DESKTOP_DEPLOYMENTMISC_DLLPUBLIC
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */