[Libreoffice-commits] core.git: writerperfect/inc

Miklos Vajna vmiklos at collabora.co.uk
Tue Aug 1 08:58:02 UTC 2017


 writerperfect/inc/WPFTResMgr.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 17e14d459dea201b57be2d8e677fa776ead03291
Author: Miklos Vajna <vmiklos at 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());
 }


More information about the Libreoffice-commits mailing list