diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-16 11:02:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-16 11:02:08 +0100 |
commit | 558e7410d7f7d525ef50d5cefea9e0e78c22bd14 (patch) | |
tree | 3f2b30ef95394e65e9c3a5fc0789870e044a5840 /basic | |
parent | 1c99ba0f792a123d2e3cf4ffc6690a85921f2aeb (diff) |
ESOLUTIONCOLLIDE
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/app.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index 9c5597d9a8de..09113f48773e 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -84,10 +84,6 @@ using namespace com::sun::star::beans; using ::rtl::OUString; using ::rtl::OUStringToOString; -#ifndef WNT -IMPL_GEN_RES_STR; -#endif - SttResId::SttResId( sal_uInt32 nId ) : ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetSttResMgr()) ) { |