From d05e4e515ddd9ea25da2e77811ae37aa66e90ac8 Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Date: Tue, 29 Mar 2011 12:03:25 +0200 Subject: Removed always #defined _USE_UNO --- basic/source/app/app.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'basic/source/app') diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index 6b844a772e03..1febb2809bf4 100755 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -58,7 +58,6 @@ #include "runtime.hxx" #include "sbintern.hxx" -#ifdef _USE_UNO #include #include #include @@ -83,8 +82,6 @@ using namespace com::sun::star::beans; using ::rtl::OUString; using ::rtl::OUStringToOString; -#endif /* _USE_UNO */ - IMPL_GEN_RES_STR; #ifdef DBG_UTIL -- cgit