diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-08-01 10:47:42 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-08-01 10:57:24 +0200 |
commit | 17e14d459dea201b57be2d8e677fa776ead03291 (patch) | |
tree | 700c50efe8510623d033bb54b0bae76673092b24 /writerperfect/inc | |
parent | 0267612dfb997032a870ae5c06171008c3af98d4 (diff) |
writerprefect: run astyle
So that whitespace and (later) functional changes are in separate
commits -- and writerperfect/README asks to run astyle before
committing.
Change-Id: I771ad70932ed8bb3254a230562ea40440e2d4be7
Diffstat (limited to 'writerperfect/inc')
-rw-r--r-- | writerperfect/inc/WPFTResMgr.hxx | 4 |
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()); } |