summaryrefslogtreecommitdiff
path: root/writerperfect/inc/WPFTResMgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/inc/WPFTResMgr.hxx')
-rw-r--r--writerperfect/inc/WPFTResMgr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/writerperfect/inc/WPFTResMgr.hxx b/writerperfect/inc/WPFTResMgr.hxx
index 1ac6796bb91e..a6cd38951716 100644
--- a/writerperfect/inc/WPFTResMgr.hxx
+++ b/writerperfect/inc/WPFTResMgr.hxx
@@ -7,10 +7,7 @@
#include <unotools/resmgr.hxx>
-inline OUString WpResId(const char *pId)
-{
- return Translate::get(pId, Translate::Create("wpt"));
-}
+inline OUString WpResId(const char* pId) { return Translate::get(pId, Translate::Create("wpt")); }
#endif