summaryrefslogtreecommitdiffstats
path: root/basic/source/uno
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-09 17:04:39 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-10 07:43:46 +0200
commitdaf7c3e7329f343afdcfc72b3c3b88d6b23f0690 (patch)
tree1dd7093764cbc2cbcb954ff34736888bc65a1b2b /basic/source/uno
parentBreeze-icon epub icon update (diff)
downloadcore-daf7c3e7329f343afdcfc72b3c3b88d6b23f0690.tar.gz
core-daf7c3e7329f343afdcfc72b3c3b88d6b23f0690.zip
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')
-rw-r--r--basic/source/uno/dlgcont.cxx2
-rw-r--r--basic/source/uno/namecont.cxx2
-rw-r--r--basic/source/uno/scriptcont.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx
index a30f822a3c44..df2fb962a2aa 100644
--- a/basic/source/uno/dlgcont.cxx
+++ b/basic/source/uno/dlgcont.cxx
@@ -31,7 +31,7 @@
#include <com/sun/star/resource/StringResourceWithStorage.hpp>
#include <com/sun/star/resource/StringResourceWithLocation.hpp>
#include <com/sun/star/document/GraphicObjectResolver.hpp>
-#include "dlgcont.hxx"
+#include <dlgcont.hxx>
#include <comphelper/processfactory.hxx>
#include <unotools/streamwrap.hxx>
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx
index fb26916676f6..4ac32587ec97 100644
--- a/basic/source/uno/namecont.cxx
+++ b/basic/source/uno/namecont.cxx
@@ -39,7 +39,7 @@
#include <comphelper/anytostring.hxx>
#include <comphelper/sequence.hxx>
-#include "namecont.hxx"
+#include <namecont.hxx>
#include <basic/basicmanagerrepository.hxx>
#include <tools/diagnose_ex.h>
#include <tools/urlobj.hxx>
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>