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/uno/scriptcont.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/uno/scriptcont.cxx')
-rw-r--r-- | basic/source/uno/scriptcont.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx index 9cfea4d879b8..e31455eed8cb 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scriptcont.hxx" +#include <scriptcont.hxx> #include <filefmt.hxx> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/packages/WrongPasswordException.hpp> |