summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-08-01 10:47:42 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-08-01 10:57:24 +0200
commit17e14d459dea201b57be2d8e677fa776ead03291 (patch)
tree700c50efe8510623d033bb54b0bae76673092b24
parentBin default value for a bool parameter that was defaulted in only one place (diff)
downloadcore-17e14d459dea201b57be2d8e677fa776ead03291.tar.gz
core-17e14d459dea201b57be2d8e677fa776ead03291.zip
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
-rw-r--r--writerperfect/inc/WPFTResMgr.hxx4
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());
}