From 836eef273f326a24bc0443a2721820bec5a71208 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 16 Sep 2011 11:39:18 +0300 Subject: OK, so avoid IMPL_GEN_RES_STR on Windows only then --- basic/source/app/app.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'basic') 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()) ) -- cgit