summaryrefslogtreecommitdiff
path: root/fpicker/inc
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 12:58:22 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-13 15:18:38 +0100
commit4d9e9f2125867adde3558b9866d08f7bafb4386b (patch)
treeb8316bd23bade746a4e4a5ff84a1b9985f048d71 /fpicker/inc
parent49494bb703107835f83671d9272a0326feec8bb4 (diff)
tdf#123936 Formatting files in module fpicker with clang-format
Change-Id: Ieeaf63081023a7b1ea31b2a276c31ac3114b5657 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105673 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'fpicker/inc')
-rw-r--r--fpicker/inc/fpsofficeResMgr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/fpicker/inc/fpsofficeResMgr.hxx b/fpicker/inc/fpsofficeResMgr.hxx
index 11c8d9f50728..195af8337c01 100644
--- a/fpicker/inc/fpsofficeResMgr.hxx
+++ b/fpicker/inc/fpsofficeResMgr.hxx
@@ -11,10 +11,7 @@
#include <unotools/resmgr.hxx>
-inline OUString FpsResId(const char* pId)
-{
- return Translate::get(pId, Translate::Create("fps"));
-};
+inline OUString FpsResId(const char* pId) { return Translate::get(pId, Translate::Create("fps")); };
#endif