summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--writerperfect/inc/WPFTResMgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/inc/WPFTResMgr.hxx b/writerperfect/inc/WPFTResMgr.hxx
index ccc75246b102..4b7bbf3e2a19 100644
--- a/writerperfect/inc/WPFTResMgr.hxx
+++ b/writerperfect/inc/WPFTResMgr.hxx
@@ -9,10 +9,10 @@
struct WRITERPERFECT_DLLPUBLIC WPFTResLocale
{
- static std::locale& GetResLocale();
+ static std::locale &GetResLocale();
};
-inline OUString WpResId(const char* pId)
+inline OUString WpResId(const char *pId)
{
return Translate::get(pId, WPFTResLocale::GetResLocale());
}