[Libreoffice-commits] .: basic/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Thu Sep 15 15:18:49 PDT 2011


 basic/source/app/app.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 32967e26b54dcb584a84cbfed8ed9281690473d3
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Thu Sep 15 17:12:02 2011 -0500

    Revert "I think IMPL_GEN_RES_STR is not needed here"
    
    This reverts commit 9b5c26fe2d9f25dbbe51e92b0f261dd89072dca9.

diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index 71a826a..de61a3e 100644
--- a/basic/source/app/app.cxx
+++ b/basic/source/app/app.cxx
@@ -84,6 +84,8 @@ using namespace com::sun::star::beans;
 using ::rtl::OUString;
 using ::rtl::OUStringToOString;
 
+IMPL_GEN_RES_STR;
+
 SttResId::SttResId( sal_uInt32 nId ) :
     ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetSttResMgr()) )
 {


More information about the Libreoffice-commits mailing list