Kaydet (Commit) d4a25418 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: basic

Change-Id: I6fbba5c4619eec7ae03fed65a18974faa0f190af
üst 8568732c
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <basic/sbmod.hxx> #include <basic/sbmod.hxx>
#include <basic/sbstar.hxx> #include <basic/sbstar.hxx>
#include <sbprop.hxx> #include "sbprop.hxx"
// create object from user-type (+StringID+StringID) // create object from user-type (+StringID+StringID)
SbxObject* createUserTypeImpl( const OUString& rClassName ); SbxObject* createUserTypeImpl( const OUString& rClassName );
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
class SbiParser; class SbiParser;
class SbModule; class SbModule;
#include <opcodes.hxx> #include "opcodes.hxx"
#include <buffer.hxx> #include "buffer.hxx"
#include <basic/codecompletecache.hxx> #include <basic/codecompletecache.hxx>
class SbiCodeGen { class SbiCodeGen {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_DLGCONT_HXX #ifndef INCLUDED_BASIC_SOURCE_INC_DLGCONT_HXX
#define INCLUDED_BASIC_SOURCE_INC_DLGCONT_HXX #define INCLUDED_BASIC_SOURCE_INC_DLGCONT_HXX
#include <namecont.hxx> #include "namecont.hxx"
#include <com/sun/star/resource/XStringResourceSupplier.hpp> #include <com/sun/star/resource/XStringResourceSupplier.hpp>
#include <com/sun/star/resource/XStringResourcePersistence.hpp> #include <com/sun/star/resource/XStringResourcePersistence.hpp>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX #ifndef INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX
#define INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX #define INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX
#include <sbunoobj.hxx> #include "sbunoobj.hxx"
#include <ooo/vba/XErrObject.hpp> #include <ooo/vba/XErrObject.hpp>
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
#include <memory> #include <memory>
#include <opcodes.hxx> #include "opcodes.hxx"
#include <token.hxx> #include "token.hxx"
#include <vector> #include <vector>
class SbiExprNode; class SbiExprNode;
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_IMAGE_HXX #ifndef INCLUDED_BASIC_SOURCE_INC_IMAGE_HXX
#define INCLUDED_BASIC_SOURCE_INC_IMAGE_HXX #define INCLUDED_BASIC_SOURCE_INC_IMAGE_HXX
#include <sbintern.hxx> #include "sbintern.hxx"
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <filefmt.hxx> #include "filefmt.hxx"
#include <o3tl/typed_flags_set.hxx> #include <o3tl/typed_flags_set.hxx>
// This class reads in the image that's been produced by the compiler // This class reads in the image that's been produced by the compiler
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_OPCODES_HXX #ifndef INCLUDED_BASIC_SOURCE_INC_OPCODES_HXX
#define INCLUDED_BASIC_SOURCE_INC_OPCODES_HXX #define INCLUDED_BASIC_SOURCE_INC_OPCODES_HXX
#include <sbintern.hxx> #include "sbintern.hxx"
// An opcode can have a length of 1, 3 or 5 bytes, // An opcode can have a length of 1, 3 or 5 bytes,
// depending on its numeric value (see below). // depending on its numeric value (see below).
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_PARSER_HXX #ifndef INCLUDED_BASIC_SOURCE_INC_PARSER_HXX
#define INCLUDED_BASIC_SOURCE_INC_PARSER_HXX #define INCLUDED_BASIC_SOURCE_INC_PARSER_HXX
#include <expr.hxx> #include "expr.hxx"
#include <codegen.hxx> #include "codegen.hxx"
#include <symtbl.hxx> #include "symtbl.hxx"
#include <vector> #include <vector>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_SCRIPTCONT_HXX #ifndef INCLUDED_BASIC_SOURCE_INC_SCRIPTCONT_HXX
#define INCLUDED_BASIC_SOURCE_INC_SCRIPTCONT_HXX #define INCLUDED_BASIC_SOURCE_INC_SCRIPTCONT_HXX
#include <namecont.hxx> #include "namecont.hxx"
#include <basic/basmgr.hxx> #include <basic/basmgr.hxx>
#include <com/sun/star/script/vba/XVBAModuleInfo.hpp> #include <com/sun/star/script/vba/XVBAModuleInfo.hpp>
#include <comphelper/uno3.hxx> #include <comphelper/uno3.hxx>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASIC_SOURCE_INC_TOKEN_HXX #ifndef INCLUDED_BASIC_SOURCE_INC_TOKEN_HXX
#define INCLUDED_BASIC_SOURCE_INC_TOKEN_HXX #define INCLUDED_BASIC_SOURCE_INC_TOKEN_HXX
#include <scanner.hxx> #include "scanner.hxx"
#include <basic/sbdef.hxx> #include <basic/sbdef.hxx>
// The tokenizer is stand-alone, i. e. he can be used from everywhere. // The tokenizer is stand-alone, i. e. he can be used from everywhere.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment