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 | |
parent | f721cbd66a317fdf0b9e73f683e3e5c4c62b3e41 (diff) |
Removed always #defined _USE_UNO
Diffstat (limited to 'basic/source')
-rwxr-xr-x | basic/source/app/app.cxx | 3 | ||||
-rwxr-xr-x | basic/source/inc/runtime.hxx | 8 | ||||
-rwxr-xr-x | basic/source/runtime/iosys.cxx | 4 | ||||
-rwxr-xr-x | basic/source/runtime/methods.cxx | 3 |
4 files changed, 0 insertions, 18 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 diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx index 6956116a27d5..3ef1c3f849e6 100755 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -33,10 +33,6 @@ #include "sb.hxx" -// Define activates class UCBStream in iosys.cxx -#define _USE_UNO - -#ifdef _USE_UNO #include <rtl/ustring.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <osl/file.hxx> @@ -65,8 +61,6 @@ public: } -#endif /* _USE_UNO */ - class SbiInstance; // aktiver StarBASIC-Prozess class SbiRuntime; // aktive StarBASIC-Prozedur-Instanz @@ -143,9 +137,7 @@ public: String sFullNameToBeChecked; WildCard* pWildCard; -#ifdef _USE_UNO Sequence< ::rtl::OUString > aDirSeq; -#endif /* _USE_UNO */ SbiRTLData(); ~SbiRTLData(); diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index c6925f29c12a..e46c51caee11 100755 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -40,8 +40,6 @@ #include "runtime.hxx" -#ifdef _USE_UNO - #include <sal/alloca.h> #include <ctype.h> @@ -72,8 +70,6 @@ using namespace com::sun::star::ucb; using namespace com::sun::star::io; using namespace com::sun::star::bridge; -#endif /* _USE_UNO */ - #include "iosys.hxx" #include "sbintern.hxx" diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 1e79e3e22da5..1f73c8a80745 100755 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -58,7 +58,6 @@ #endif #include "errobject.hxx" -#ifdef _USE_UNO #include <comphelper/processfactory.hxx> #include <com/sun/star/uno/Sequence.hxx> @@ -81,8 +80,6 @@ using namespace com::sun::star::ucb; using namespace com::sun::star::io; using namespace com::sun::star::script; -#endif /* _USE_UNO */ - #include "stdobj.hxx" #include <basic/sbstdobj.hxx> #include "rtlproto.hxx" |