diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-09 16:33:12 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-10 07:50:31 +0200 |
commit | 81ced4022c547a497d3632aeaf227660c5e60b00 (patch) | |
tree | 69daa6882243a6324f308082eae268d2a71b3e86 /basctl/source/inc/basidesh.hxx | |
parent | adfa2701f9323120d02d2e252a938f02e8ce3a1b (diff) |
basctl: consistently use "" and <> in include directives
Change-Id: I1796836fb0d53bd07d621af9cfc03becc969d420
Reviewed-on: https://gerrit.libreoffice.org/43299
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'basctl/source/inc/basidesh.hxx')
-rw-r--r-- | basctl/source/inc/basidesh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx index 6e5aa6f5185e..a985da700df9 100644 --- a/basctl/source/inc/basidesh.hxx +++ b/basctl/source/inc/basidesh.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_BASCTL_SOURCE_INC_BASIDESH_HXX #define INCLUDED_BASCTL_SOURCE_INC_BASIDESH_HXX -#include "doceventnotifier.hxx" -#include "sbxitem.hxx" -#include "objdlg.hxx" +#include <doceventnotifier.hxx> +#include <sbxitem.hxx> +#include <objdlg.hxx> #include <com/sun/star/container/XContainerListener.hpp> #include <sfx2/viewsh.hxx> |