diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-29 12:03:25 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-29 12:07:22 +0200 |
commit | d05e4e515ddd9ea25da2e77811ae37aa66e90ac8 (patch) | |
tree | b89ff0cd60968b26ab5fb6cc2c9954fc30e110f3 /basic/source/app | |
parent | f721cbd66a317fdf0b9e73f683e3e5c4c62b3e41 (diff) |
Removed always #defined _USE_UNO
Diffstat (limited to 'basic/source/app')
-rwxr-xr-x | basic/source/app/app.cxx | 3 |
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 |