[Libreoffice-commits] .: basic/source

Michael Meeks michael at kemper.freedesktop.org
Mon Aug 1 04:27:47 PDT 2011


 basic/source/app/app.cxx         |    5 +++++
 basic/source/runtime/basrdll.cxx |    5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit ed0862a8f4a09aefaa73bdbd65244aa8c58f6e1c
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Mon Aug 1 12:24:43 2011 +0100

    move required SttResId into libapp.a where it is required for automation/

diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index a143b53..e994f91 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 c6deda0..4007266 100644
--- a/basic/source/runtime/basrdll.cxx
+++ b/basic/source/runtime/basrdll.cxx
@@ -39,11 +39,6 @@
 #include <basrid.hxx>
 #include <sb.hrc>
 
-SttResId::SttResId( sal_uInt32 nId ) :
-    ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetSttResMgr()) )
-{
-}
-
 BasResId::BasResId( sal_uInt32 nId ) :
     ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetBasResMgr()) )
 {


More information about the Libreoffice-commits mailing list