summaryrefslogtreecommitdiff
path: root/basctl/source/dlged
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-09 16:33:12 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-10 07:50:31 +0200
commit81ced4022c547a497d3632aeaf227660c5e60b00 (patch)
tree69daa6882243a6324f308082eae268d2a71b3e86 /basctl/source/dlged
parentadfa2701f9323120d02d2e252a938f02e8ce3a1b (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/dlged')
-rw-r--r--basctl/source/dlged/dlged.cxx26
-rw-r--r--basctl/source/dlged/dlgedclip.cxx2
-rw-r--r--basctl/source/dlged/dlgedfac.cxx4
-rw-r--r--basctl/source/dlged/dlgedfunc.cxx6
-rw-r--r--basctl/source/dlged/dlgedlist.cxx4
-rw-r--r--basctl/source/dlged/dlgedmod.cxx4
-rw-r--r--basctl/source/dlged/dlgedobj.cxx20
-rw-r--r--basctl/source/dlged/dlgedpage.cxx8
-rw-r--r--basctl/source/dlged/dlgedview.cxx6
-rw-r--r--basctl/source/dlged/managelang.cxx18
-rw-r--r--basctl/source/dlged/propbrw.cxx16
11 files changed, 57 insertions, 57 deletions
diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx
index caadc73d24ff..d112a9636609 100644
--- a/basctl/source/dlged/dlged.cxx
+++ b/basctl/source/dlged/dlged.cxx
@@ -18,19 +18,19 @@
*/
-#include "basidesh.hxx"
-#include "dlged.hxx"
-#include "dlgedclip.hxx"
-#include "dlgeddef.hxx"
-#include "dlgedfac.hxx"
-#include "dlgedfunc.hxx"
-#include "dlgedmod.hxx"
-#include "dlgedobj.hxx"
-#include "dlgedpage.hxx"
-#include "dlgedview.hxx"
-#include "iderdll.hxx"
-#include "localizationmgr.hxx"
-#include "baside3.hxx"
+#include <basidesh.hxx>
+#include <dlged.hxx>
+#include <dlgedclip.hxx>
+#include <dlgeddef.hxx>
+#include <dlgedfac.hxx>
+#include <dlgedfunc.hxx>
+#include <dlgedmod.hxx>
+#include <dlgedobj.hxx>
+#include <dlgedpage.hxx>
+#include <dlgedview.hxx>
+#include <iderdll.hxx>
+#include <localizationmgr.hxx>
+#include <baside3.hxx>
#include <com/sun/star/awt/Toolkit.hpp>
#include <com/sun/star/awt/UnoControlDialog.hpp>
diff --git a/basctl/source/dlged/dlgedclip.cxx b/basctl/source/dlged/dlgedclip.cxx
index 8957d81576b5..bb9787e4f5e6 100644
--- a/basctl/source/dlged/dlgedclip.cxx
+++ b/basctl/source/dlged/dlgedclip.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "dlgedclip.hxx"
+#include <dlgedclip.hxx>
#include <vcl/svapp.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp>
diff --git a/basctl/source/dlged/dlgedfac.cxx b/basctl/source/dlged/dlgedfac.cxx
index 8933f9a305e0..b94470d83fe5 100644
--- a/basctl/source/dlged/dlgedfac.cxx
+++ b/basctl/source/dlged/dlgedfac.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "dlgedfac.hxx"
-#include "dlgedobj.hxx"
+#include <dlgedfac.hxx>
+#include <dlgedobj.hxx>
#include <dlgeddef.hxx>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/basctl/source/dlged/dlgedfunc.cxx b/basctl/source/dlged/dlgedfunc.cxx
index d0bb7dc6e6b4..665bd7c147d3 100644
--- a/basctl/source/dlged/dlgedfunc.cxx
+++ b/basctl/source/dlged/dlgedfunc.cxx
@@ -19,9 +19,9 @@
#include <vcl/scrbar.hxx>
#include <svx/svdview.hxx>
-#include "dlgedfunc.hxx"
-#include "dlged.hxx"
-#include "dlgedview.hxx"
+#include <dlgedfunc.hxx>
+#include <dlged.hxx>
+#include <dlgedview.hxx>
#include <vcl/seleng.hxx>
namespace basctl
diff --git a/basctl/source/dlged/dlgedlist.cxx b/basctl/source/dlged/dlgedlist.cxx
index 666e2aa0f6a3..6b9cebfe8961 100644
--- a/basctl/source/dlged/dlgedlist.cxx
+++ b/basctl/source/dlged/dlgedlist.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "dlgedlist.hxx"
-#include "dlgedobj.hxx"
+#include <dlgedlist.hxx>
+#include <dlgedobj.hxx>
namespace basctl
{
diff --git a/basctl/source/dlged/dlgedmod.cxx b/basctl/source/dlged/dlgedmod.cxx
index 50c1e5e47f3e..8d3580fff092 100644
--- a/basctl/source/dlged/dlgedmod.cxx
+++ b/basctl/source/dlged/dlgedmod.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "dlgedmod.hxx"
-#include "dlgedpage.hxx"
+#include <dlgedmod.hxx>
+#include <dlgedpage.hxx>
namespace basctl
{
diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx
index 2023db8cde43..b313807dcb9f 100644
--- a/basctl/source/dlged/dlgedobj.cxx
+++ b/basctl/source/dlged/dlgedobj.cxx
@@ -21,16 +21,16 @@
#include <cassert>
-#include "dlged.hxx"
-#include "dlgeddef.hxx"
-#include "dlgedlist.hxx"
-#include "dlgedobj.hxx"
-#include "dlgedpage.hxx"
-#include "dlgedview.hxx"
-#include "iderid.hxx"
-#include "localizationmgr.hxx"
-#include "strings.hxx"
-#include "strings.hrc"
+#include <dlged.hxx>
+#include <dlgeddef.hxx>
+#include <dlgedlist.hxx>
+#include <dlgedobj.hxx>
+#include <dlgedpage.hxx>
+#include <dlgedview.hxx>
+#include <iderid.hxx>
+#include <localizationmgr.hxx>
+#include <strings.hxx>
+#include <strings.hrc>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/form/binding/XBindableValue.hpp>
diff --git a/basctl/source/dlged/dlgedpage.cxx b/basctl/source/dlged/dlgedpage.cxx
index 04256268214c..211aa863a12f 100644
--- a/basctl/source/dlged/dlgedpage.cxx
+++ b/basctl/source/dlged/dlgedpage.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "dlgedpage.hxx"
-#include "dlged.hxx"
-#include "dlgedmod.hxx"
-#include "dlgedobj.hxx"
+#include <dlgedpage.hxx>
+#include <dlged.hxx>
+#include <dlgedmod.hxx>
+#include <dlgedobj.hxx>
namespace basctl
{
diff --git a/basctl/source/dlged/dlgedview.cxx b/basctl/source/dlged/dlgedview.cxx
index 5fe5914746ea..aa7f1e4bfbff 100644
--- a/basctl/source/dlged/dlgedview.cxx
+++ b/basctl/source/dlged/dlgedview.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "dlgedview.hxx"
-#include "dlged.hxx"
+#include <dlgedview.hxx>
+#include <dlged.hxx>
#include <dlgedpage.hxx>
#include <svx/svxids.hrc>
@@ -26,7 +26,7 @@
#include <basidesh.hxx>
#include <iderdll.hxx>
-#include "dlgedobj.hxx"
+#include <dlgedobj.hxx>
namespace basctl
{
diff --git a/basctl/source/dlged/managelang.cxx b/basctl/source/dlged/managelang.cxx
index b60ea1d7d6f2..d69a0807d466 100644
--- a/basctl/source/dlged/managelang.cxx
+++ b/basctl/source/dlged/managelang.cxx
@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "basidesh.hxx"
-#include "basobj.hxx"
-#include "iderdll.hxx"
-#include "iderid.hxx"
-#include "localizationmgr.hxx"
-#include "managelang.hxx"
-
-#include "helpids.h"
-#include "strings.hrc"
+#include <basidesh.hxx>
+#include <basobj.hxx>
+#include <iderdll.hxx>
+#include <iderid.hxx>
+#include <localizationmgr.hxx>
+#include <managelang.hxx>
+
+#include <helpids.h>
+#include <strings.hrc>
#include <com/sun/star/i18n/Boundary.hpp>
#include <com/sun/star/i18n/WordType.hpp>
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx
index 9adcf984116a..8c42ca2ec0c7 100644
--- a/basctl/source/dlged/propbrw.cxx
+++ b/basctl/source/dlged/propbrw.cxx
@@ -18,14 +18,14 @@
*/
-#include "propbrw.hxx"
-#include "basidesh.hxx"
-#include "dlgedobj.hxx"
-#include "iderid.hxx"
-#include "baside3.hxx"
-#include "strings.hrc"
-
-#include "strings.hxx"
+#include <propbrw.hxx>
+#include <basidesh.hxx>
+#include <dlgedobj.hxx>
+#include <iderid.hxx>
+#include <baside3.hxx>
+#include <strings.hrc>
+
+#include <strings.hxx>
#include <svx/svxids.hrc>
#include <com/sun/star/awt/PosSize.hpp>