From 9b5c26fe2d9f25dbbe51e92b0f261dd89072dca9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 15 Sep 2011 15:31:17 +0300 Subject: I think IMPL_GEN_RES_STR is not needed here It causes duplicate symbols over in automation when linking testool, as the same functions that IMPL_GEN_RES_STR expands to also are in the sts library. --- basic/source/app/app.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'basic') diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index de61a3ee7185..71a826ab8ca4 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -84,8 +84,6 @@ 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()) ) { -- cgit