diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-16 11:39:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-16 12:03:43 +0300 |
commit | 836eef273f326a24bc0443a2721820bec5a71208 (patch) | |
tree | 685fdede25b7f9221b73f35afdba962874dd94bf /basic | |
parent | a908054e4761861765acdfb390bff8c51745918b (diff) |
OK, so avoid IMPL_GEN_RES_STR on Windows only then
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 de61a3ee7185..6609cdcac806 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -84,7 +84,9 @@ 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()) ) |