summaryrefslogtreecommitdiff
path: root/svtools/source/misc/svtresid.cxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:19:10 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-11-16 12:25:56 +0100
commitcb0630df7f32232bb3c51c464c28dcc66cdf7729 (patch)
tree69873239f15ec8864a922c86c4efe9341541930a /svtools/source/misc/svtresid.cxx
parent9d561c5440dd68285aa84fb3dac20a8d1df4870f (diff)
tdf#123936 Formatting files in module svtools with clang-format
Change-Id: I56a49c7fec128eb47818ee664acf01434d24f88d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105715 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'svtools/source/misc/svtresid.cxx')
-rw-r--r--svtools/source/misc/svtresid.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/svtools/source/misc/svtresid.cxx b/svtools/source/misc/svtresid.cxx
index cc03beeb1dd3..5271d218f5f4 100644
--- a/svtools/source/misc/svtresid.cxx
+++ b/svtools/source/misc/svtresid.cxx
@@ -20,14 +20,8 @@
#include <unotools/resmgr.hxx>
#include <svtools/svtresid.hxx>
-std::locale SvtResLocale()
-{
- return Translate::Create("svt");
-}
+std::locale SvtResLocale() { return Translate::Create("svt"); }
-OUString SvtResId(const char* pId)
-{
- return Translate::get(pId, SvtResLocale());
-}
+OUString SvtResId(const char* pId) { return Translate::get(pId, SvtResLocale()); }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */