summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-15 15:31:17 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-15 15:42:31 +0300
commit9b5c26fe2d9f25dbbe51e92b0f261dd89072dca9 (patch)
tree1d8d3e11fa53a69c2063d70bdf4a09ebd983452e
parentf69eb5b70342cbb499dc9b99a5eb78e59eb2d416 (diff)
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.
-rw-r--r--basic/source/app/app.cxx2
1 files changed, 0 insertions, 2 deletions
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()) )
{