From 17e14d459dea201b57be2d8e677fa776ead03291 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 1 Aug 2017 10:47:42 +0200 Subject: 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 --- writerperfect/inc/WPFTResMgr.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'writerperfect/inc') 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()); } -- cgit