writerperfect/inc/WPFTResMgr.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 17e14d459dea201b57be2d8e677fa776ead03291 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Tue Aug 1 10:47:42 2017 +0200 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 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()); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits