Kaydet (Commit) 17e14d45 authored tarafından Miklos Vajna's avatar Miklos Vajna

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
üst 0267612d
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
struct WRITERPERFECT_DLLPUBLIC WPFTResLocale 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()); return Translate::get(pId, WPFTResLocale::GetResLocale());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment