diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 21:25:36 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:37:24 -0600 |
commit | 8b308d510e656c6d165d3bcd2f42029f34e9498e (patch) | |
tree | 1d7e779cb65016b7d217c672875433ee57c2c11d /basic/source/sbx | |
parent | 62ee42a209dfd4862cab9311868f4f38a6e000ac (diff) |
basic: include <> for external includes
Change-Id: I4715bbe853d60ef15f20a4d2441c688003ca568e
Diffstat (limited to 'basic/source/sbx')
-rw-r--r-- | basic/source/sbx/format.src | 2 | ||||
-rw-r--r-- | basic/source/sbx/sbxscan.cxx | 2 | ||||
-rw-r--r-- | basic/source/sbx/sbxvar.cxx | 4 |
3 files changed, 4 insertions, 4 deletions
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 ////////////////////////////// |