summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scdll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/scdll.cxx')
-rw-r--r--sc/source/ui/app/scdll.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index 18ec897177fa..d75a481b1a3d 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -106,9 +106,9 @@
#include <o3tl/make_unique.hxx>
#include "scabstdlg.hxx"
-ScResId::ScResId( sal_uInt16 nId ) :
- ResId( nId, *SC_MOD()->GetResMgr() )
+OUString ScResId(sal_uInt16 nId)
{
+ return ResId(nId, *SC_MOD()->GetResMgr());
}
void ScDLL::Init()