summaryrefslogtreecommitdiff
path: root/formula/source/core
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 12:58:00 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-13 15:19:14 +0100
commit36074893c87f80daf889287c736d604f590c0ae5 (patch)
tree66adecdcbb768b4229c3566f689589d522083935 /formula/source/core
parent11aa7dc7a6009c02e681f41f7255902fe578ab7e (diff)
tdf#123936 Formatting files in module formula with clang-format
Change-Id: Id70a78e38749c6b402d6f709525a8c6b9a8701a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105671 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'formula/source/core')
-rw-r--r--formula/source/core/resource/core_resource.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/formula/source/core/resource/core_resource.cxx b/formula/source/core/resource/core_resource.cxx
index e89a1ce367aa..b9e1347f0b5a 100644
--- a/formula/source/core/resource/core_resource.cxx
+++ b/formula/source/core/resource/core_resource.cxx
@@ -19,9 +19,6 @@
#include <unotools/resmgr.hxx>
#include <core_resource.hxx>
-OUString ForResId(const char *pId)
-{
- return Translate::get(pId, Translate::Create("for"));
-}
+OUString ForResId(const char* pId) { return Translate::get(pId, Translate::Create("for")); }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */