diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-09 17:04:39 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-10 07:43:46 +0200 |
commit | daf7c3e7329f343afdcfc72b3c3b88d6b23f0690 (patch) | |
tree | 1dd7093764cbc2cbcb954ff34736888bc65a1b2b /basic/source/runtime | |
parent | da7c1eb1c0a7d9e20ce6d147d428dba257b51152 (diff) |
basic: consistently use "" and <> in include directives
Change-Id: I147c0e9b9b1e09af593f54799e45e1348cd40716
Reviewed-on: https://gerrit.libreoffice.org/43298
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'basic/source/runtime')
-rw-r--r-- | basic/source/runtime/basrdll.cxx | 2 | ||||
-rw-r--r-- | basic/source/runtime/inputbox.cxx | 6 | ||||
-rw-r--r-- | basic/source/runtime/iosys.cxx | 6 | ||||
-rw-r--r-- | basic/source/runtime/methods.cxx | 22 | ||||
-rw-r--r-- | basic/source/runtime/methods1.cxx | 16 | ||||
-rw-r--r-- | basic/source/runtime/props.cxx | 8 | ||||
-rw-r--r-- | basic/source/runtime/runtime.cxx | 18 | ||||
-rw-r--r-- | basic/source/runtime/stdobj.cxx | 10 | ||||
-rw-r--r-- | basic/source/runtime/stdobj1.cxx | 4 |
9 files changed, 46 insertions, 46 deletions
diff --git a/basic/source/runtime/basrdll.cxx b/basic/source/runtime/basrdll.cxx index a8fadaa5a1af..d84e3953284e 100644 --- a/basic/source/runtime/basrdll.cxx +++ b/basic/source/runtime/basrdll.cxx @@ -27,7 +27,7 @@ #include <basic/sbstar.hxx> #include <basic/basrdll.hxx> #include <unotools/resmgr.hxx> -#include "strings.hrc" +#include <strings.hrc> #include <sbxbase.hxx> struct BasicDLL::Impl diff --git a/basic/source/runtime/inputbox.cxx b/basic/source/runtime/inputbox.cxx index b24ecee56392..7f7730728649 100644 --- a/basic/source/runtime/inputbox.cxx +++ b/basic/source/runtime/inputbox.cxx @@ -23,9 +23,9 @@ #include <vcl/edit.hxx> #include <vcl/dialog.hxx> #include <vcl/svapp.hxx> -#include "runtime.hxx" -#include "stdobj.hxx" -#include "rtlproto.hxx" +#include <runtime.hxx> +#include <stdobj.hxx> +#include <rtlproto.hxx> #include <memory> class SvRTLInputBox : public ModalDialog diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index 0fd1bb6d49bf..68f039a7b377 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -26,7 +26,7 @@ #include <osl/file.hxx> #include <tools/urlobj.hxx> -#include "runtime.hxx" +#include <runtime.hxx> #include <rtl/byteseq.hxx> #include <rtl/textenc.h> @@ -55,8 +55,8 @@ using namespace com::sun::star::ucb; using namespace com::sun::star::io; using namespace com::sun::star::bridge; -#include "iosys.hxx" -#include "sbintern.hxx" +#include <iosys.hxx> +#include <sbintern.hxx> class SbiInputDialog : public ModalDialog { diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 377cb27f13a9..a4783ea78918 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -42,10 +42,10 @@ #include <rtl/string.hxx> #include <rtl/strbuf.hxx> -#include "runtime.hxx" -#include "sbunoobj.hxx" +#include <runtime.hxx> +#include <sbunoobj.hxx> #include <osl/file.hxx> -#include "errobject.hxx" +#include <errobject.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> @@ -69,12 +69,12 @@ using namespace com::sun::star; using namespace com::sun::star::lang; using namespace com::sun::star::uno; -#include "date.hxx" -#include "stdobj.hxx" -#include "sbstdobj.hxx" -#include "rtlproto.hxx" -#include "image.hxx" -#include "iosys.hxx" +#include <date.hxx> +#include <stdobj.hxx> +#include <sbstdobj.hxx> +#include <rtlproto.hxx> +#include <image.hxx> +#include <iosys.hxx> #include "ddectrl.hxx" #include <sbintern.hxx> #include <basic/vbahelper.hxx> @@ -85,8 +85,8 @@ using namespace com::sun::star::uno; #include <stdlib.h> #include <errno.h> -#include "sbobjmod.hxx" -#include "sbxmod.hxx" +#include <sbobjmod.hxx> +#include <sbxmod.hxx> #ifdef _WIN32 #include <prewin.h> diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index a67de7407a6b..14548fbb0cf1 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -37,18 +37,18 @@ #include <tools/fract.hxx> #include <osl/file.hxx> #include <vcl/jobset.hxx> -#include "sbobjmod.hxx" +#include <sbobjmod.hxx> #include <basic/sbuno.hxx> -#include "date.hxx" -#include "sbintern.hxx" -#include "runtime.hxx" -#include "stdobj.hxx" -#include "rtlproto.hxx" +#include <date.hxx> +#include <sbintern.hxx> +#include <runtime.hxx> +#include <stdobj.hxx> +#include <rtlproto.hxx> #include "dllmgr.hxx" #include <iosys.hxx> -#include "sbunoobj.hxx" -#include "propacc.hxx" +#include <sbunoobj.hxx> +#include <propacc.hxx> #include <sal/log.hxx> #include <eventatt.hxx> diff --git a/basic/source/runtime/props.cxx b/basic/source/runtime/props.cxx index a6bd4be345a4..d2d6d26f2425 100644 --- a/basic/source/runtime/props.cxx +++ b/basic/source/runtime/props.cxx @@ -18,10 +18,10 @@ */ -#include "runtime.hxx" -#include "stdobj.hxx" -#include "rtlproto.hxx" -#include "errobject.hxx" +#include <runtime.hxx> +#include <stdobj.hxx> +#include <rtlproto.hxx> +#include <errobject.hxx> #include <basegfx/numeric/ftools.hxx> diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 40e282d70868..e9a0215b0442 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -53,18 +53,18 @@ #include <basic/sbuno.hxx> -#include "codegen.hxx" +#include <codegen.hxx> #include "comenumwrapper.hxx" #include "ddectrl.hxx" #include "dllmgr.hxx" -#include "errobject.hxx" -#include "image.hxx" -#include "iosys.hxx" -#include "opcodes.hxx" -#include "runtime.hxx" -#include "sb.hxx" -#include "sbintern.hxx" -#include "sbunoobj.hxx" +#include <errobject.hxx> +#include <image.hxx> +#include <iosys.hxx> +#include <opcodes.hxx> +#include <runtime.hxx> +#include <sb.hxx> +#include <sbintern.hxx> +#include <sbunoobj.hxx> #include <basic/codecompletecache.hxx> #include <memory> diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx index 0eac637f8fba..421008ea80df 100644 --- a/basic/source/runtime/stdobj.cxx +++ b/basic/source/runtime/stdobj.cxx @@ -18,12 +18,12 @@ */ -#include "runtime.hxx" -#include "stdobj.hxx" -#include "sbstdobj.hxx" +#include <runtime.hxx> +#include <stdobj.hxx> +#include <sbstdobj.hxx> #include <sal/macros.h> -#include "rtlproto.hxx" -#include "sbintern.hxx" +#include <rtlproto.hxx> +#include <sbintern.hxx> // The nArgs-field of a table entry is encrypted as follows: // At the moment it is assumed that properties don't need any // parameters! diff --git a/basic/source/runtime/stdobj1.cxx b/basic/source/runtime/stdobj1.cxx index 6777f682f9d6..6c464cd0af4f 100644 --- a/basic/source/runtime/stdobj1.cxx +++ b/basic/source/runtime/stdobj1.cxx @@ -20,8 +20,8 @@ #include <vcl/wrkwin.hxx> #include <vcl/svapp.hxx> #include <svtools/transfer.hxx> -#include "runtime.hxx" -#include "sbstdobj.hxx" +#include <runtime.hxx> +#include <sbstdobj.hxx> #define ATTR_IMP_TYPE 1 #define ATTR_IMP_WIDTH 2 |