summaryrefslogtreecommitdiff
path: root/accessibility/source/helper/accresmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/source/helper/accresmgr.cxx')
-rw-r--r--accessibility/source/helper/accresmgr.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/accessibility/source/helper/accresmgr.cxx b/accessibility/source/helper/accresmgr.cxx
index 37b8b9f56b33..57f886587bd3 100644
--- a/accessibility/source/helper/accresmgr.cxx
+++ b/accessibility/source/helper/accresmgr.cxx
@@ -20,9 +20,6 @@
#include <helper/accresmgr.hxx>
#include <unotools/resmgr.hxx>
-OUString AccResId(const char* pId)
-{
- return Translate::get(pId, Translate::Create("acc"));
-}
+OUString AccResId(const char* pId) { return Translate::get(pId, Translate::Create("acc")); }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */