summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/combobox.cxx2
-rw-r--r--vcl/source/control/field.cxx10
-rw-r--r--vcl/source/control/field2.cxx2
-rw-r--r--vcl/source/control/fixed.cxx4
-rw-r--r--vcl/source/control/imp_listbox.cxx2
-rw-r--r--vcl/source/control/listbox.cxx8
-rw-r--r--vcl/source/control/scrbar.cxx4
-rw-r--r--vcl/source/control/spinbtn.cxx2
-rw-r--r--vcl/source/control/spinfld.cxx6
-rw-r--r--vcl/source/control/tabctrl.cxx6
10 files changed, 23 insertions, 23 deletions
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx
index 2b2668d3de7c..02000ff0d7f2 100644
--- a/vcl/source/control/combobox.cxx
+++ b/vcl/source/control/combobox.cxx
@@ -30,7 +30,7 @@
#include <vcl/uitest/uiobject.hxx>
#include <svdata.hxx>
-#include "listbox.hxx"
+#include <listbox.hxx>
#include <controldata.hxx>
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index 0caa0fa64170..7105b654c232 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
@@ -29,12 +29,12 @@
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
-#include "strings.hrc"
-#include "svdata.hxx"
+#include <strings.hrc>
+#include <svdata.hxx>
-#include "i18nutil/unicode.hxx"
+#include <i18nutil/unicode.hxx>
-#include "rtl/math.hxx"
+#include <rtl/math.hxx>
#include <unotools/localedatawrapper.hxx>
diff --git a/vcl/source/control/field2.cxx b/vcl/source/control/field2.cxx
index 87885679dead..3b3f4676c903 100644
--- a/vcl/source/control/field2.cxx
+++ b/vcl/source/control/field2.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <algorithm>
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index 13c69e2edb19..89d898603bf0 100644
--- a/vcl/source/control/fixed.cxx
+++ b/vcl/source/control/fixed.cxx
@@ -26,8 +26,8 @@
#include <vcl/settings.hxx>
#include <comphelper/string.hxx>
-#include "controldata.hxx"
-#include "window.h"
+#include <controldata.hxx>
+#include <window.h>
#define FIXEDLINE_TEXT_BORDER 4
diff --git a/vcl/source/control/imp_listbox.cxx b/vcl/source/control/imp_listbox.cxx
index 2244f8397ac7..5339213f75d6 100644
--- a/vcl/source/control/imp_listbox.cxx
+++ b/vcl/source/control/imp_listbox.cxx
@@ -28,7 +28,7 @@
#include <vcl/unohelp.hxx>
#include <vcl/i18nhelp.hxx>
-#include "listbox.hxx"
+#include <listbox.hxx>
#include <controldata.hxx>
#include <svdata.hxx>
#include <window.h>
diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx
index bc953fbe3274..7db757510534 100644
--- a/vcl/source/control/listbox.cxx
+++ b/vcl/source/control/listbox.cxx
@@ -29,10 +29,10 @@
#include <vcl/settings.hxx>
#include <vcl/uitest/uiobject.hxx>
-#include "svdata.hxx"
-#include "controldata.hxx"
-#include "listbox.hxx"
-#include "dndeventdispatcher.hxx"
+#include <svdata.hxx>
+#include <controldata.hxx>
+#include <listbox.hxx>
+#include <dndeventdispatcher.hxx>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx
index 5f84ff2c4022..6247e688a8bf 100644
--- a/vcl/source/control/scrbar.cxx
+++ b/vcl/source/control/scrbar.cxx
@@ -23,9 +23,9 @@
#include <vcl/timer.hxx>
#include <vcl/settings.hxx>
-#include "svdata.hxx"
+#include <svdata.hxx>
-#include "rtl/string.hxx"
+#include <rtl/string.hxx>
/* #i77549#
HACK: for scrollbars in case of thumb rect, page up and page down rect we
diff --git a/vcl/source/control/spinbtn.cxx b/vcl/source/control/spinbtn.cxx
index 251ba7498343..0904a6ba7a94 100644
--- a/vcl/source/control/spinbtn.cxx
+++ b/vcl/source/control/spinbtn.cxx
@@ -21,7 +21,7 @@
#include <vcl/spin.hxx>
#include <vcl/settings.hxx>
-#include "spin.hxx"
+#include <spin.hxx>
void SpinButton::ImplInit( vcl::Window* pParent, WinBits nStyle )
{
diff --git a/vcl/source/control/spinfld.cxx b/vcl/source/control/spinfld.cxx
index 37f88ea6b252..bd351621f80e 100644
--- a/vcl/source/control/spinfld.cxx
+++ b/vcl/source/control/spinfld.cxx
@@ -23,9 +23,9 @@
#include <vcl/settings.hxx>
#include <vcl/uitest/uiobject.hxx>
-#include "controldata.hxx"
-#include "spin.hxx"
-#include "svdata.hxx"
+#include <controldata.hxx>
+#include <spin.hxx>
+#include <svdata.hxx>
namespace {
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx
index 27686b17b9e8..356a3a215c7e 100644
--- a/vcl/source/control/tabctrl.cxx
+++ b/vcl/source/control/tabctrl.cxx
@@ -34,9 +34,9 @@
#include <strings.hrc>
#include <bitmaps.hlst>
-#include "controldata.hxx"
-#include "svdata.hxx"
-#include "window.h"
+#include <controldata.hxx>
+#include <svdata.hxx>
+#include <window.h>
#include <unordered_map>
#include <vector>