summaryrefslogtreecommitdiff
path: root/basic/source/app
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-03-29 12:03:25 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-29 12:07:22 +0200
commitd05e4e515ddd9ea25da2e77811ae37aa66e90ac8 (patch)
treeb89ff0cd60968b26ab5fb6cc2c9954fc30e110f3 /basic/source/app
parentf721cbd66a317fdf0b9e73f683e3e5c4c62b3e41 (diff)
Removed always #defined _USE_UNO
Diffstat (limited to 'basic/source/app')
-rwxr-xr-xbasic/source/app/app.cxx3
1 files changed, 0 insertions, 3 deletions
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 <ucbhelper/contentbroker.hxx>
#include <ucbhelper/configurationkeys.hxx>
#include <comphelper/regpathhelper.hxx>
@@ -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