diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-15 17:12:02 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-15 17:12:02 -0500 |
commit | 32967e26b54dcb584a84cbfed8ed9281690473d3 (patch) | |
tree | 0f2fd8515dc1904103d7a742f2c1d7badcbc4393 /basic | |
parent | ef95e4c8cc133928242621b033aeb95661851bcf (diff) |
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.cxx | 2 |
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()) ) { |