Removed always #defined _USE_UNO

This commit is contained in:
Christina Rossmanith 2011-03-29 12:03:25 +02:00
parent f721cbd66a
commit d05e4e515d
4 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -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();

View file

@ -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"

View file

@ -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"