summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 21:25:36 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:37:24 -0600
commit8b308d510e656c6d165d3bcd2f42029f34e9498e (patch)
tree1d7e779cb65016b7d217c672875433ee57c2c11d /basic
parent62ee42a209dfd4862cab9311868f4f38a6e000ac (diff)
basic: include <> for external includes
Change-Id: I4715bbe853d60ef15f20a4d2441c688003ca568e
Diffstat (limited to 'basic')
-rw-r--r--basic/qa/cppunit/basic_coverage.cxx4
-rw-r--r--basic/qa/cppunit/basictest.hxx18
-rw-r--r--basic/qa/cppunit/test_append.cxx8
-rw-r--r--basic/qa/cppunit/test_nested_struct.cxx16
-rw-r--r--basic/qa/cppunit/test_scanner.cxx12
-rw-r--r--basic/source/classes/global.cxx2
-rw-r--r--basic/source/classes/sbunoobj.cxx2
-rw-r--r--basic/source/classes/sbxmod.cxx2
-rw-r--r--basic/source/comp/dim.cxx8
-rw-r--r--basic/source/comp/sbcomp.cxx2
-rw-r--r--basic/source/inc/dlgcont.hxx2
-rw-r--r--basic/source/runtime/dllmgr-none.cxx16
-rw-r--r--basic/source/runtime/dllmgr-x64.cxx16
-rw-r--r--basic/source/runtime/dllmgr-x86.cxx16
-rw-r--r--basic/source/runtime/dllmgr.hxx4
-rw-r--r--basic/source/runtime/methods1.cxx4
-rw-r--r--basic/source/runtime/props.cxx2
-rw-r--r--basic/source/runtime/runtime.cxx2
-rw-r--r--basic/source/runtime/sbdiagnose.cxx2
-rw-r--r--basic/source/sbx/format.src2
-rw-r--r--basic/source/sbx/sbxscan.cxx2
-rw-r--r--basic/source/sbx/sbxvar.cxx4
-rw-r--r--basic/source/uno/modsizeexceeded.cxx2
-rw-r--r--basic/source/uno/scriptcont.cxx2
24 files changed, 75 insertions, 75 deletions
diff --git a/basic/qa/cppunit/basic_coverage.cxx b/basic/qa/cppunit/basic_coverage.cxx
index 073653b061ae..8c16681c3d2e 100644
--- a/basic/qa/cppunit/basic_coverage.cxx
+++ b/basic/qa/cppunit/basic_coverage.cxx
@@ -9,8 +9,8 @@
#include "basictest.hxx"
#include <osl/file.hxx>
-#include "basic/sbmod.hxx"
-#include "basic/sbmeth.hxx"
+#include <basic/sbmod.hxx>
+#include <basic/sbmeth.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <unotools/syslocaleoptions.hxx>
diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx
index 342c72079157..8d99a6f655f9 100644
--- a/basic/qa/cppunit/basictest.hxx
+++ b/basic/qa/cppunit/basictest.hxx
@@ -10,16 +10,16 @@
#define INCLUDED_BASIC_QA_CPPUNIT_BASICTEST_HXX
#include <sal/types.h>
-#include "cppunit/TestFixture.h"
-#include "cppunit/extensions/HelperMacros.h"
-#include "cppunit/plugin/TestPlugIn.h"
+#include <cppunit/TestFixture.h>
+#include <cppunit/extensions/HelperMacros.h>
+#include <cppunit/plugin/TestPlugIn.h>
#include <test/bootstrapfixture.hxx>
-#include "basic/sbstar.hxx"
-#include "basic/basrdll.hxx"
-#include "basic/sbmod.hxx"
-#include "basic/sbmeth.hxx"
-#include "basic/basrdll.hxx"
-#include "basic/sbuno.hxx"
+#include <basic/sbstar.hxx>
+#include <basic/basrdll.hxx>
+#include <basic/sbmod.hxx>
+#include <basic/sbmeth.hxx>
+#include <basic/basrdll.hxx>
+#include <basic/sbuno.hxx>
#include <osl/file.hxx>
class MacroSnippet
diff --git a/basic/qa/cppunit/test_append.cxx b/basic/qa/cppunit/test_append.cxx
index ff6a56080bdc..0ced150271b7 100644
--- a/basic/qa/cppunit/test_append.cxx
+++ b/basic/qa/cppunit/test_append.cxx
@@ -8,11 +8,11 @@
*/
#include "basictest.hxx"
-#include "osl/file.hxx"
-#include "osl/process.h"
+#include <osl/file.hxx>
+#include <osl/process.h>
-#include "basic/sbmod.hxx"
-#include "basic/sbmeth.hxx"
+#include <basic/sbmod.hxx>
+#include <basic/sbmeth.hxx>
namespace
{
class EnableTest : public test::BootstrapFixture
diff --git a/basic/qa/cppunit/test_nested_struct.cxx b/basic/qa/cppunit/test_nested_struct.cxx
index 31b2b766d8f6..85a196840e8b 100644
--- a/basic/qa/cppunit/test_nested_struct.cxx
+++ b/basic/qa/cppunit/test_nested_struct.cxx
@@ -7,14 +7,14 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "basictest.hxx"
-#include "osl/file.hxx"
-#include "osl/process.h"
-
-#include "basic/sbmod.hxx"
-#include "basic/sbmeth.hxx"
-#include "com/sun/star/awt/WindowDescriptor.hpp"
-#include "com/sun/star/table/TableBorder.hpp"
-#include "basic/sbuno.hxx"
+#include <osl/file.hxx>
+#include <osl/process.h>
+
+#include <basic/sbmod.hxx>
+#include <basic/sbmeth.hxx>
+#include <com/sun/star/awt/WindowDescriptor.hpp>
+#include <com/sun/star/table/TableBorder.hpp>
+#include <basic/sbuno.hxx>
namespace
{
diff --git a/basic/qa/cppunit/test_scanner.cxx b/basic/qa/cppunit/test_scanner.cxx
index b19e52eeffa8..f9421b2f118a 100644
--- a/basic/qa/cppunit/test_scanner.cxx
+++ b/basic/qa/cppunit/test_scanner.cxx
@@ -8,13 +8,13 @@
*/
#include <sal/types.h>
-#include "cppunit/TestAssert.h"
-#include "cppunit/TestFixture.h"
-#include "cppunit/extensions/HelperMacros.h"
-#include "cppunit/plugin/TestPlugIn.h"
+#include <cppunit/TestAssert.h>
+#include <cppunit/TestFixture.h>
+#include <cppunit/extensions/HelperMacros.h>
+#include <cppunit/plugin/TestPlugIn.h>
-#include "osl/file.hxx"
-#include "osl/process.h"
+#include <osl/file.hxx>
+#include <osl/process.h>
#include <rtl/math.hxx>
#include "scanner.hxx"
diff --git a/basic/source/classes/global.cxx b/basic/source/classes/global.cxx
index daec2da4b485..c486647fb0a0 100644
--- a/basic/source/classes/global.cxx
+++ b/basic/source/classes/global.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "basic/global.hxx"
+#include <basic/global.hxx>
#include <comphelper/processfactory.hxx>
#include <i18nlangtag/lang.h>
#include <rtl/instance.hxx>
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index 40db878cf189..9811383e64d5 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -67,7 +67,7 @@
#include <com/sun/star/bridge/oleautomation/Currency.hpp>
#include <com/sun/star/bridge/oleautomation/XAutomationObject.hpp>
#include <com/sun/star/script/XAutomationInvocation.hpp>
-#include "basic/codecompletecache.hxx"
+#include <basic/codecompletecache.hxx>
using com::sun::star::uno::Reference;
using namespace com::sun::star::uno;
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index f8ac006a01ca..0ef65e38630b 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -37,7 +37,7 @@
#include "token.hxx"
#include "sbunoobj.hxx"
-#include "sal/log.hxx"
+#include <sal/log.hxx>
#include <basic/basrdll.hxx>
#include <osl/mutex.hxx>
diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx
index 4173909700f4..4a35b1c01739 100644
--- a/basic/source/comp/dim.cxx
+++ b/basic/source/comp/dim.cxx
@@ -21,13 +21,13 @@
#include "sbcomp.hxx"
#include "sbunoobj.hxx"
#include <svtools/miscopt.hxx>
-#include "com/sun/star/reflection/XIdlReflection.hpp"
+#include <com/sun/star/reflection/XIdlReflection.hpp>
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/configurationhelper.hxx>
-#include "com/sun/star/reflection/XInterfaceMemberTypeDescription.hpp"
-#include "com/sun/star/reflection/XIdlMethod.hpp"
-#include "com/sun/star/uno/Exception.hpp"
+#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.hpp>
+#include <com/sun/star/reflection/XIdlMethod.hpp>
+#include <com/sun/star/uno/Exception.hpp>
#include <basic/codecompletecache.hxx>
using namespace ::com::sun::star;
diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx
index fe7d7e61a643..190e534f618e 100644
--- a/basic/source/comp/sbcomp.cxx
+++ b/basic/source/comp/sbcomp.cxx
@@ -79,7 +79,7 @@ static int GnIndentForPCode = 2;
#include <algorithm>
#include <stack>
-#include "canvas/elapsedtime.hxx"
+#include <canvas/elapsedtime.hxx>
//*** Profiling ***
// GbTimerOn:
diff --git a/basic/source/inc/dlgcont.hxx b/basic/source/inc/dlgcont.hxx
index f89afdfd4747..5688a6046880 100644
--- a/basic/source/inc/dlgcont.hxx
+++ b/basic/source/inc/dlgcont.hxx
@@ -23,7 +23,7 @@
#include "namecont.hxx"
#include <com/sun/star/resource/XStringResourceSupplier.hpp>
-#include "com/sun/star/resource/XStringResourcePersistence.hpp"
+#include <com/sun/star/resource/XStringResourcePersistence.hpp>
#include <cppuhelper/implbase1.hxx>
#include <comphelper/uno3.hxx>
diff --git a/basic/source/runtime/dllmgr-none.cxx b/basic/source/runtime/dllmgr-none.cxx
index 95c02b71cb65..360128405723 100644
--- a/basic/source/runtime/dllmgr-none.cxx
+++ b/basic/source/runtime/dllmgr-none.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#if defined(WNT)
#include <windows.h>
@@ -30,13 +30,13 @@
#include <map>
#include <vector>
-#include "basic/sbx.hxx"
-#include "basic/sbxvar.hxx"
-#include "osl/thread.h"
-#include "rtl/ref.hxx"
-#include "rtl/string.hxx"
-#include "rtl/ustring.hxx"
-#include "salhelper/simplereferenceobject.hxx"
+#include <basic/sbx.hxx>
+#include <basic/sbxvar.hxx>
+#include <osl/thread.h>
+#include <rtl/ref.hxx>
+#include <rtl/string.hxx>
+#include <rtl/ustring.hxx>
+#include <salhelper/simplereferenceobject.hxx>
#include "dllmgr.hxx"
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx
index d172833d3116..d1dc86a01caa 100644
--- a/basic/source/runtime/dllmgr-x64.cxx
+++ b/basic/source/runtime/dllmgr-x64.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#if defined(WNT)
#include <windows.h>
@@ -30,13 +30,13 @@
#include <map>
#include <vector>
-#include "basic/sbx.hxx"
-#include "basic/sbxvar.hxx"
-#include "osl/thread.h"
-#include "rtl/ref.hxx"
-#include "rtl/string.hxx"
-#include "rtl/ustring.hxx"
-#include "salhelper/simplereferenceobject.hxx"
+#include <basic/sbx.hxx>
+#include <basic/sbxvar.hxx>
+#include <osl/thread.h>
+#include <rtl/ref.hxx>
+#include <rtl/string.hxx>
+#include <rtl/ustring.hxx>
+#include <salhelper/simplereferenceobject.hxx>
#undef max
diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx
index 60b302755bd0..a4fcbf348a53 100644
--- a/basic/source/runtime/dllmgr-x86.cxx
+++ b/basic/source/runtime/dllmgr-x86.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#if defined(WNT)
#include <windows.h>
@@ -30,14 +30,14 @@
#include <map>
#include <vector>
-#include "basic/sbx.hxx"
-#include "basic/sbxvar.hxx"
+#include <basic/sbx.hxx>
+#include <basic/sbxvar.hxx>
#include "runtime.hxx"
-#include "osl/thread.h"
-#include "rtl/ref.hxx"
-#include "rtl/string.hxx"
-#include "rtl/ustring.hxx"
-#include "salhelper/simplereferenceobject.hxx"
+#include <osl/thread.h>
+#include <rtl/ref.hxx>
+#include <rtl/string.hxx>
+#include <rtl/ustring.hxx>
+#include <salhelper/simplereferenceobject.hxx>
#undef max
diff --git a/basic/source/runtime/dllmgr.hxx b/basic/source/runtime/dllmgr.hxx
index 4d74bb1157a6..9bb1a0faf8cb 100644
--- a/basic/source/runtime/dllmgr.hxx
+++ b/basic/source/runtime/dllmgr.hxx
@@ -20,12 +20,12 @@
#ifndef INCLUDED_BASIC_SOURCE_RUNTIME_DLLMGR_HXX
#define INCLUDED_BASIC_SOURCE_RUNTIME_DLLMGR_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
-#include "basic/sberrors.hxx"
+#include <basic/sberrors.hxx>
class SbxArray;
class SbxVariable;
diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx
index bf83745efd25..0bfa5687644f 100644
--- a/basic/source/runtime/methods1.cxx
+++ b/basic/source/runtime/methods1.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstddef>
@@ -44,7 +44,7 @@
#include <iosys.hxx>
#include "sbunoobj.hxx"
#include "propacc.hxx"
-#include "sal/log.hxx"
+#include <sal/log.hxx>
#include <comphelper/processfactory.hxx>
diff --git a/basic/source/runtime/props.cxx b/basic/source/runtime/props.cxx
index cc6536c157bd..14566f50aada 100644
--- a/basic/source/runtime/props.cxx
+++ b/basic/source/runtime/props.cxx
@@ -22,7 +22,7 @@
#include "stdobj.hxx"
#include "rtlproto.hxx"
#include "errobject.hxx"
-#include "basegfx/numeric/ftools.hxx"
+#include <basegfx/numeric/ftools.hxx>
// Properties and methods lay the return value down at Get (bWrite = sal_False)
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index 442635eee117..ad31f7812f83 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -64,7 +64,7 @@
#include "sb.hrc"
#include "sbintern.hxx"
#include "sbunoobj.hxx"
-#include "basic/codecompletecache.hxx"
+#include <basic/codecompletecache.hxx>
using com::sun::star::uno::Reference;
diff --git a/basic/source/runtime/sbdiagnose.cxx b/basic/source/runtime/sbdiagnose.cxx
index 3fab4909c758..c06bc8fefede 100644
--- a/basic/source/runtime/sbdiagnose.cxx
+++ b/basic/source/runtime/sbdiagnose.cxx
@@ -21,7 +21,7 @@
#include "rtlproto.hxx"
#include "sbdiagnose.hxx"
-#include "basic/sbstar.hxx"
+#include <basic/sbstar.hxx>
#include <tools/debug.hxx>
#include <comphelper/flagguard.hxx>
diff --git a/basic/source/sbx/format.src b/basic/source/sbx/format.src
index 1f5f747ec514..432da3ffe2cd 100644
--- a/basic/source/sbx/format.src
+++ b/basic/source/sbx/format.src
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "svtools/svtools.hrc"
+#include <svtools/svtools.hrc>
String STR_BASICKEY_FORMAT_ON
{
diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx
index 724c5fa9ba9c..d16ffcb7b984 100644
--- a/basic/source/sbx/sbxscan.cxx
+++ b/basic/source/sbx/sbxscan.cxx
@@ -21,7 +21,7 @@
#include <basic/sbx.hxx>
#include "sbxconv.hxx"
-#include "unotools/syslocale.hxx"
+#include <unotools/syslocale.hxx>
#include <stdlib.h>
diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx
index 8fb9e0897da2..1ea22a8d3713 100644
--- a/basic/source/sbx/sbxvar.cxx
+++ b/basic/source/sbx/sbxvar.cxx
@@ -18,7 +18,7 @@
*/
#include <tools/stream.hxx>
-#include "svl/brdcst.hxx"
+#include <svl/brdcst.hxx>
#include <basic/sbx.hxx>
#include "sbxres.hxx"
@@ -26,7 +26,7 @@
#include <math.h>
#include <ctype.h>
-#include "com/sun/star/uno/XInterface.hpp"
+#include <com/sun/star/uno/XInterface.hpp>
using namespace com::sun::star::uno;
///////////////////////////// SbxVariable //////////////////////////////
diff --git a/basic/source/uno/modsizeexceeded.cxx b/basic/source/uno/modsizeexceeded.cxx
index 025e7c01cd57..0b841f1d24d9 100644
--- a/basic/source/uno/modsizeexceeded.cxx
+++ b/basic/source/uno/modsizeexceeded.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "basic/modsizeexceeded.hxx"
+#include <basic/modsizeexceeded.hxx>
#include <comphelper/interaction.hxx>
#include <com/sun/star/script/ModuleSizeExceededRequest.hpp>
diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx
index 4be3e13a6bbf..e8c92cff7183 100644
--- a/basic/source/uno/scriptcont.cxx
+++ b/basic/source/uno/scriptcont.cxx
@@ -52,7 +52,7 @@
#include <basic/basmgr.hxx>
#include <basic/sbmod.hxx>
#include <basic/basicmanagerrepository.hxx>
-#include "basic/modsizeexceeded.hxx"
+#include <basic/modsizeexceeded.hxx>
#include <xmlscript/xmlmod_imexp.hxx>
#include <cppuhelper/factory.hxx>
#include <com/sun/star/util/VetoException.hpp>