[Libreoffice-commits] core.git: include/basic

Norbert Thiebaud nthiebaud at gmail.com
Sat Nov 9 20:31:05 CET 2013


 include/basic/basicdllapi.h              |    2 +-
 include/basic/basicmanagerrepository.hxx |    2 +-
 include/basic/basmgr.hxx                 |    2 +-
 include/basic/basrdll.hxx                |    2 +-
 include/basic/modsizeexceeded.hxx        |    2 +-
 include/basic/sbdef.hxx                  |    2 +-
 include/basic/sbmeth.hxx                 |    2 +-
 include/basic/sbmod.hxx                  |    2 +-
 include/basic/sbobjmod.hxx               |    2 +-
 include/basic/sbprop.hxx                 |    2 +-
 include/basic/sbstar.hxx                 |    2 +-
 include/basic/sbstdobj.hxx               |    2 +-
 include/basic/sbuno.hxx                  |    2 +-
 include/basic/sbx.hxx                    |    8 ++++----
 include/basic/sbxbase.hxx                |    2 +-
 include/basic/sbxcore.hxx                |    2 +-
 include/basic/sbxdef.hxx                 |    2 +-
 include/basic/sbxfac.hxx                 |    2 +-
 include/basic/sbxform.hxx                |    2 +-
 include/basic/sbxmeth.hxx                |    2 +-
 include/basic/sbxobj.hxx                 |    2 +-
 include/basic/sbxprop.hxx                |    2 +-
 include/basic/sbxvar.hxx                 |    2 +-
 include/basic/vbahelper.hxx              |    2 +-
 24 files changed, 27 insertions(+), 27 deletions(-)

New commits:
commit 98d48bbbbbe291ec8e3cb9b51bedbf6f412c3553
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Nov 9 13:29:54 2013 -0600

    fdo#65108 inter-module includes <>
    
    Change-Id: I419a1288bc6120d978fc301f127d5d29298f3ede

diff --git a/include/basic/basicdllapi.h b/include/basic/basicdllapi.h
index ceee64b..3bdd9e5 100644
--- a/include/basic/basicdllapi.h
+++ b/include/basic/basicdllapi.h
@@ -9,7 +9,7 @@
 #ifndef INCLUDED_BASIC_BASICDLLAPI_H
 #define INCLUDED_BASIC_BASICDLLAPI_H
 
-#include "sal/types.h"
+#include <sal/types.h>
 
 #if defined(BASIC_DLLIMPLEMENTATION)
 #define BASIC_DLLPUBLIC  SAL_DLLPUBLIC_EXPORT
diff --git a/include/basic/basicmanagerrepository.hxx b/include/basic/basicmanagerrepository.hxx
index 0895f81..6d0c4cb 100644
--- a/include/basic/basicmanagerrepository.hxx
+++ b/include/basic/basicmanagerrepository.hxx
@@ -22,7 +22,7 @@
 
 #include <com/sun/star/frame/XModel.hpp>
 #include <com/sun/star/embed/XStorage.hpp>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class BasicManager;
 
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx
index 409688c..1a2281a 100644
--- a/include/basic/basmgr.hxx
+++ b/include/basic/basmgr.hxx
@@ -23,7 +23,7 @@
 #include <basic/sbstar.hxx>
 #include <com/sun/star/script/XStorageBasedLibraryContainer.hpp>
 #include <com/sun/star/script/XStarBasicAccess.hpp>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 #include <vector>
 
 // Basic XML Import/Export
diff --git a/include/basic/basrdll.hxx b/include/basic/basrdll.hxx
index b5b8cd7..bf6ba73 100644
--- a/include/basic/basrdll.hxx
+++ b/include/basic/basrdll.hxx
@@ -23,7 +23,7 @@
 class ResMgr;
 
 #include <vcl/accel.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class BASIC_DLLPUBLIC BasicDLL
 {
diff --git a/include/basic/modsizeexceeded.hxx b/include/basic/modsizeexceeded.hxx
index 66eded1..9acf42f 100644
--- a/include/basic/modsizeexceeded.hxx
+++ b/include/basic/modsizeexceeded.hxx
@@ -22,7 +22,7 @@
 
 #include <com/sun/star/task/XInteractionHandler.hpp>
 #include <cppuhelper/implbase1.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class BASIC_DLLPUBLIC ModuleSizeExceeded : public ::cppu::WeakImplHelper1< ::com::sun::star::task::XInteractionRequest >
 {
diff --git a/include/basic/sbdef.hxx b/include/basic/sbdef.hxx
index 932d7e8..1444241 100644
--- a/include/basic/sbdef.hxx
+++ b/include/basic/sbdef.hxx
@@ -22,7 +22,7 @@
 
 #include <basic/sbxdef.hxx>
 #include <rtl/ustring.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 // Returns type name for Basic type, array flag is ignored
 // implementation: basic/source/runtime/methods.cxx
diff --git a/include/basic/sbmeth.hxx b/include/basic/sbmeth.hxx
index b8f0a17..9a3fd88 100644
--- a/include/basic/sbmeth.hxx
+++ b/include/basic/sbmeth.hxx
@@ -23,7 +23,7 @@
 #include <tools/errcode.hxx>
 #include <basic/sbxmeth.hxx>
 #include <basic/sbdef.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class SbModule;
 
diff --git a/include/basic/sbmod.hxx b/include/basic/sbmod.hxx
index dc88fd7..62e3ebe 100644
--- a/include/basic/sbmod.hxx
+++ b/include/basic/sbmod.hxx
@@ -28,7 +28,7 @@
 #include <vector>
 #include <deque>
 #include <boost/utility.hpp>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 #include <basic/codecompletecache.hxx>
 
 class SbMethod;
diff --git a/include/basic/sbobjmod.hxx b/include/basic/sbobjmod.hxx
index ee0444d..faa560a 100644
--- a/include/basic/sbobjmod.hxx
+++ b/include/basic/sbobjmod.hxx
@@ -27,7 +27,7 @@
 #include <com/sun/star/lang/XEventListener.hpp>
 #include <com/sun/star/awt/XDialog.hpp>
 #include <com/sun/star/frame/XModel.hpp>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 // Basic-Module for excel object.
 
diff --git a/include/basic/sbprop.hxx b/include/basic/sbprop.hxx
index 456cf75..a551f6c 100644
--- a/include/basic/sbprop.hxx
+++ b/include/basic/sbprop.hxx
@@ -22,7 +22,7 @@
 
 #include <basic/sbxprop.hxx>
 #include <basic/sbdef.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class SbModule;
 
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx
index acfe996..23816dcb 100644
--- a/include/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
@@ -30,7 +30,7 @@
 #include <basic/sberrors.hxx>
 #include <com/sun/star/script/ModuleInfo.hpp>
 #include <com/sun/star/frame/XModel.hpp>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class SbModule;                     // completed module
 class SbiInstance;                  // runtime instance
diff --git a/include/basic/sbstdobj.hxx b/include/basic/sbstdobj.hxx
index 75a5a6e..44c9230 100644
--- a/include/basic/sbstdobj.hxx
+++ b/include/basic/sbstdobj.hxx
@@ -23,7 +23,7 @@
 #include <basic/sbxobj.hxx>
 #include <vcl/graph.hxx>
 #include <basic/sbxfac.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 //--------------------
 // class SbStdFactory
diff --git a/include/basic/sbuno.hxx b/include/basic/sbuno.hxx
index 9feaf8c..03fb8ca 100644
--- a/include/basic/sbuno.hxx
+++ b/include/basic/sbuno.hxx
@@ -24,7 +24,7 @@
 #include <com/sun/star/uno/Any.hxx>
 #include <com/sun/star/uno/Type.hxx>
 #include <basic/sbxobj.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 namespace com { namespace sun { namespace star { namespace uno { class Any; }}}}
 
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx
index 7bfe55e..ce3c474 100644
--- a/include/basic/sbx.hxx
+++ b/include/basic/sbx.hxx
@@ -20,16 +20,16 @@
 #ifndef INCLUDED_BASIC_SBX_HXX
 #define INCLUDED_BASIC_SBX_HXX
 
-#include "tools/ref.hxx"
-#include "svl/smplhint.hxx"
-#include "svl/lstner.hxx"
+#include <tools/ref.hxx>
+#include <svl/smplhint.hxx>
+#include <svl/lstner.hxx>
 
 #include <basic/sbxdef.hxx>
 #include <basic/sbxform.hxx>
 #include <basic/sbxobj.hxx>
 #include <basic/sbxprop.hxx>
 #include <basic/sbxmeth.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 #include <boost/ptr_container/ptr_vector.hpp>
 
diff --git a/include/basic/sbxbase.hxx b/include/basic/sbxbase.hxx
index d53d11a..88c7380 100644
--- a/include/basic/sbxbase.hxx
+++ b/include/basic/sbxbase.hxx
@@ -22,7 +22,7 @@
 
 #include <i18nlangtag/lang.h>
 #include <basic/sbxdef.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 #include <boost/ptr_container/ptr_vector.hpp>
 
 class SbxFactory;
diff --git a/include/basic/sbxcore.hxx b/include/basic/sbxcore.hxx
index de81e62..7820898 100644
--- a/include/basic/sbxcore.hxx
+++ b/include/basic/sbxcore.hxx
@@ -25,7 +25,7 @@
 #include <tools/debug.hxx>
 
 #include <basic/sbxdef.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class SvStream;
 
diff --git a/include/basic/sbxdef.hxx b/include/basic/sbxdef.hxx
index 4c1630a..333d7f2 100644
--- a/include/basic/sbxdef.hxx
+++ b/include/basic/sbxdef.hxx
@@ -24,7 +24,7 @@
 
 #ifndef __RSC
 #include <tools/solar.h>
-#include "tools/errcode.hxx"
+#include <tools/errcode.hxx>
 
 enum SbxClassType {         // SBX-class-IDs (order is important!)
     SbxCLASS_DONTCARE = 1,  // don't care (search, not 0 due to StarBASIC)
diff --git a/include/basic/sbxfac.hxx b/include/basic/sbxfac.hxx
index b0bdda7..698e582 100644
--- a/include/basic/sbxfac.hxx
+++ b/include/basic/sbxfac.hxx
@@ -22,7 +22,7 @@
 
 #include <basic/sbxdef.hxx>
 #include <rtl/ustring.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class SbxBase;
 class SbxObject;
diff --git a/include/basic/sbxform.hxx b/include/basic/sbxform.hxx
index 7d1c60f..73528af 100644
--- a/include/basic/sbxform.hxx
+++ b/include/basic/sbxform.hxx
@@ -77,7 +77,7 @@
 
 #include <rtl/ustring.hxx>
 #include <rtl/ustrbuf.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class BASIC_DLLPUBLIC SbxBasicFormater {
   public:
diff --git a/include/basic/sbxmeth.hxx b/include/basic/sbxmeth.hxx
index d64d239..6874867c 100644
--- a/include/basic/sbxmeth.hxx
+++ b/include/basic/sbxmeth.hxx
@@ -21,7 +21,7 @@
 #define INCLUDED_BASIC_SBXMETH_HXX
 
 #include <basic/sbxvar.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class BASIC_DLLPUBLIC SbxMethod : public SbxVariable
 {
diff --git a/include/basic/sbxobj.hxx b/include/basic/sbxobj.hxx
index bf04c3a..3a02556 100644
--- a/include/basic/sbxobj.hxx
+++ b/include/basic/sbxobj.hxx
@@ -22,7 +22,7 @@
 
 #include <svl/lstner.hxx>
 #include <basic/sbxvar.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 
 class SbxProperty;
diff --git a/include/basic/sbxprop.hxx b/include/basic/sbxprop.hxx
index 9ea51c0..19397c5 100644
--- a/include/basic/sbxprop.hxx
+++ b/include/basic/sbxprop.hxx
@@ -21,7 +21,7 @@
 #define INCLUDED_BASIC_SBXPROP_HXX
 
 #include <basic/sbxvar.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 class BASIC_DLLPUBLIC SbxProperty : public SbxVariable
 {
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index dcdb43c..8d8cde3 100644
--- a/include/basic/sbxvar.hxx
+++ b/include/basic/sbxvar.hxx
@@ -23,7 +23,7 @@
 #include <rtl/ustring.hxx>
 #include <com/sun/star/bridge/oleautomation/Decimal.hpp>
 #include <basic/sbxcore.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 
 class SbxDecimal;
diff --git a/include/basic/vbahelper.hxx b/include/basic/vbahelper.hxx
index 416e0a9..fe156f6 100644
--- a/include/basic/vbahelper.hxx
+++ b/include/basic/vbahelper.hxx
@@ -23,7 +23,7 @@
 #include <com/sun/star/container/XEnumeration.hpp>
 #include <com/sun/star/frame/XModel.hpp>
 #include <rtl/ustring.hxx>
-#include "basicdllapi.h"
+#include <basic/basicdllapi.h>
 
 namespace basic {
 namespace vba {


More information about the Libreoffice-commits mailing list