summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-16 11:39:18 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-16 12:03:43 +0300
commit836eef273f326a24bc0443a2721820bec5a71208 (patch)
tree685fdede25b7f9221b73f35afdba962874dd94bf /basic
parenta908054e4761861765acdfb390bff8c51745918b (diff)
OK, so avoid IMPL_GEN_RES_STR on Windows only then
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 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()) )