Removed always #defined _USE_UNO
This commit is contained in:
@@ -58,7 +58,6 @@
|
|||||||
#include "runtime.hxx"
|
#include "runtime.hxx"
|
||||||
#include "sbintern.hxx"
|
#include "sbintern.hxx"
|
||||||
|
|
||||||
#ifdef _USE_UNO
|
|
||||||
#include <ucbhelper/contentbroker.hxx>
|
#include <ucbhelper/contentbroker.hxx>
|
||||||
#include <ucbhelper/configurationkeys.hxx>
|
#include <ucbhelper/configurationkeys.hxx>
|
||||||
#include <comphelper/regpathhelper.hxx>
|
#include <comphelper/regpathhelper.hxx>
|
||||||
@@ -83,8 +82,6 @@ using namespace com::sun::star::beans;
|
|||||||
using ::rtl::OUString;
|
using ::rtl::OUString;
|
||||||
using ::rtl::OUStringToOString;
|
using ::rtl::OUStringToOString;
|
||||||
|
|
||||||
#endif /* _USE_UNO */
|
|
||||||
|
|
||||||
IMPL_GEN_RES_STR;
|
IMPL_GEN_RES_STR;
|
||||||
|
|
||||||
#ifdef DBG_UTIL
|
#ifdef DBG_UTIL
|
||||||
|
@@ -33,10 +33,6 @@
|
|||||||
|
|
||||||
#include "sb.hxx"
|
#include "sb.hxx"
|
||||||
|
|
||||||
// Define activates class UCBStream in iosys.cxx
|
|
||||||
#define _USE_UNO
|
|
||||||
|
|
||||||
#ifdef _USE_UNO
|
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
#include <com/sun/star/uno/Sequence.hxx>
|
#include <com/sun/star/uno/Sequence.hxx>
|
||||||
#include <osl/file.hxx>
|
#include <osl/file.hxx>
|
||||||
@@ -65,8 +61,6 @@ public:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* _USE_UNO */
|
|
||||||
|
|
||||||
class SbiInstance; // aktiver StarBASIC-Prozess
|
class SbiInstance; // aktiver StarBASIC-Prozess
|
||||||
class SbiRuntime; // aktive StarBASIC-Prozedur-Instanz
|
class SbiRuntime; // aktive StarBASIC-Prozedur-Instanz
|
||||||
|
|
||||||
@@ -143,9 +137,7 @@ public:
|
|||||||
String sFullNameToBeChecked;
|
String sFullNameToBeChecked;
|
||||||
WildCard* pWildCard;
|
WildCard* pWildCard;
|
||||||
|
|
||||||
#ifdef _USE_UNO
|
|
||||||
Sequence< ::rtl::OUString > aDirSeq;
|
Sequence< ::rtl::OUString > aDirSeq;
|
||||||
#endif /* _USE_UNO */
|
|
||||||
|
|
||||||
SbiRTLData();
|
SbiRTLData();
|
||||||
~SbiRTLData();
|
~SbiRTLData();
|
||||||
|
@@ -40,8 +40,6 @@
|
|||||||
|
|
||||||
#include "runtime.hxx"
|
#include "runtime.hxx"
|
||||||
|
|
||||||
#ifdef _USE_UNO
|
|
||||||
|
|
||||||
#include <sal/alloca.h>
|
#include <sal/alloca.h>
|
||||||
|
|
||||||
#include <ctype.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::io;
|
||||||
using namespace com::sun::star::bridge;
|
using namespace com::sun::star::bridge;
|
||||||
|
|
||||||
#endif /* _USE_UNO */
|
|
||||||
|
|
||||||
#include "iosys.hxx"
|
#include "iosys.hxx"
|
||||||
#include "sbintern.hxx"
|
#include "sbintern.hxx"
|
||||||
|
|
||||||
|
@@ -58,7 +58,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "errobject.hxx"
|
#include "errobject.hxx"
|
||||||
|
|
||||||
#ifdef _USE_UNO
|
|
||||||
#include <comphelper/processfactory.hxx>
|
#include <comphelper/processfactory.hxx>
|
||||||
|
|
||||||
#include <com/sun/star/uno/Sequence.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::io;
|
||||||
using namespace com::sun::star::script;
|
using namespace com::sun::star::script;
|
||||||
|
|
||||||
#endif /* _USE_UNO */
|
|
||||||
|
|
||||||
#include "stdobj.hxx"
|
#include "stdobj.hxx"
|
||||||
#include <basic/sbstdobj.hxx>
|
#include <basic/sbstdobj.hxx>
|
||||||
#include "rtlproto.hxx"
|
#include "rtlproto.hxx"
|
||||||
|
Reference in New Issue
Block a user