From ed0862a8f4a09aefaa73bdbd65244aa8c58f6e1c Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 1 Aug 2011 12:24:43 +0100 Subject: move required SttResId into libapp.a where it is required for automation/ --- basic/source/app/app.cxx | 5 +++++ basic/source/runtime/basrdll.cxx | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index a143b53e24..e994f911dc 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -85,6 +85,11 @@ using ::rtl::OUStringToOString; IMPL_GEN_RES_STR; +SttResId::SttResId( sal_uInt32 nId ) : + ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetSttResMgr()) ) +{ +} + #ifdef DBG_UTIL // filter Messages generated due to missing configuration Bug:#83887# void TestToolDebugMessageFilter( const sal_Char *pString, sal_Bool bIsOsl ) diff --git a/basic/source/runtime/basrdll.cxx b/basic/source/runtime/basrdll.cxx index c6deda08e5..4007266d4c 100644 --- a/basic/source/runtime/basrdll.cxx +++ b/basic/source/runtime/basrdll.cxx @@ -39,11 +39,6 @@ #include #include -SttResId::SttResId( sal_uInt32 nId ) : - ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetSttResMgr()) ) -{ -} - BasResId::BasResId( sal_uInt32 nId ) : ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetBasResMgr()) ) { -- cgit v1.2.3