summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-13 00:29:50 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-13 00:29:50 +1100
commit6858d517574aec65527ffa57b2b936bfa949ae92 (patch)
tree978455a7e9a2205d6804961bc653e0d7fbdebe30 /svx
parente6d6e35320984fe4198314e3ea3a91ead6b41392 (diff)
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'svx')
-rw-r--r--svx/source/accessibility/lookupcolorname.cxx2
-rw-r--r--svx/source/dialog/relfld.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/accessibility/lookupcolorname.cxx b/svx/source/accessibility/lookupcolorname.cxx
index 1e941b069a81..dafe833d4d70 100644
--- a/svx/source/accessibility/lookupcolorname.cxx
+++ b/svx/source/accessibility/lookupcolorname.cxx
@@ -31,7 +31,7 @@
#include "comphelper/processfactory.hxx"
#include "rtl/ustring.h"
#include "rtl/ustring.hxx"
-#include "vcl/svapp.hxx"
+#include <vcl/svapp.hxx>
#include <lookupcolorname.hxx>
#include <unordered_map>
diff --git a/svx/source/dialog/relfld.cxx b/svx/source/dialog/relfld.cxx
index 59cd731a80f5..452a15f253c6 100644
--- a/svx/source/dialog/relfld.cxx
+++ b/svx/source/dialog/relfld.cxx
@@ -18,7 +18,7 @@
*/
#include "svx/relfld.hxx"
-#include "vcl/builderfactory.hxx"
+#include <vcl/builderfactory.hxx>
SvxRelativeField::SvxRelativeField(
vcl::Window *const pParent, WinBits const nBits, FieldUnit const eUnit)