summaryrefslogtreecommitdiff
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
parentef95e4c8cc133928242621b033aeb95661851bcf (diff)
Revert "I think IMPL_GEN_RES_STR is not needed here"
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()) )
{