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/classes/errobject.cxx | |
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/classes/errobject.cxx')
-rw-r--r-- | basic/source/classes/errobject.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/classes/errobject.cxx b/basic/source/classes/errobject.cxx index 63289c8f94d5..24f460ca675f 100644 --- a/basic/source/classes/errobject.cxx +++ b/basic/source/classes/errobject.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "errobject.hxx" +#include <errobject.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/script/XDefaultProperty.hpp> -#include "sbintern.hxx" -#include "runtime.hxx" +#include <sbintern.hxx> +#include <runtime.hxx> using namespace ::com::sun::star; using namespace ::ooo; |