summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-09-15 17:12:02 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-09-15 17:12:02 -0500
commit32967e26b54dcb584a84cbfed8ed9281690473d3 (patch)
tree0f2fd8515dc1904103d7a742f2c1d7badcbc4393 /basic
parentExecutable_officeloader.mk: fix obvious issues (diff)
downloadcore-32967e26b54dcb584a84cbfed8ed9281690473d3.tar.gz
core-32967e26b54dcb584a84cbfed8ed9281690473d3.zip
Revert "I think IMPL_GEN_RES_STR is not needed here"
This reverts commit 9b5c26fe2d9f25dbbe51e92b0f261dd89072dca9.
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/app.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index 71a826ab8ca4..de61a3ee7185 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()) )
{