summaryrefslogtreecommitdiff
path: root/vcl/unx
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 /vcl/unx
parente6d6e35320984fe4198314e3ea3a91ead6b41392 (diff)
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/generic/app/gensys.cxx2
-rw-r--r--vcl/unx/generic/app/wmadaptor.cxx2
-rw-r--r--vcl/unx/generic/dtrans/X11_selection.cxx2
-rw-r--r--vcl/unx/generic/dtrans/bmp.cxx2
-rw-r--r--vcl/unx/generic/fontmanager/fontmanager.cxx4
-rw-r--r--vcl/unx/generic/fontmanager/helper.cxx4
-rw-r--r--vcl/unx/generic/fontmanager/parseAFM.cxx2
-rw-r--r--vcl/unx/generic/gdi/gdiimpl.cxx2
-rw-r--r--vcl/unx/generic/gdi/salgdi2.cxx4
-rw-r--r--vcl/unx/generic/glyphs/freetype_glyphcache.cxx2
-rw-r--r--vcl/unx/generic/plugadapt/salplug.cxx2
-rw-r--r--vcl/unx/generic/print/bitmap_gfx.cxx2
-rw-r--r--vcl/unx/generic/print/common_gfx.cxx4
-rw-r--r--vcl/unx/generic/print/genprnpsp.cxx20
-rw-r--r--vcl/unx/generic/print/printerjob.cxx6
-rw-r--r--vcl/unx/generic/print/prtsetup.hxx22
-rw-r--r--vcl/unx/generic/print/text_gfx.cxx2
-rw-r--r--vcl/unx/generic/printer/jobdata.cxx4
-rw-r--r--vcl/unx/generic/printer/ppdparser.cxx10
-rw-r--r--vcl/unx/generic/printer/printerinfomanager.cxx2
-rw-r--r--vcl/unx/generic/window/salframe.cxx16
-rw-r--r--vcl/unx/gtk/a11y/atklistener.cxx2
-rw-r--r--vcl/unx/gtk/a11y/atkwindow.cxx2
-rw-r--r--vcl/unx/gtk/fpicker/SalGtkPicker.cxx2
-rw-r--r--vcl/unx/gtk/salnativewidgets-gtk.cxx4
-rw-r--r--vcl/unx/gtk/salprn-gtk.cxx10
26 files changed, 68 insertions, 68 deletions
diff --git a/vcl/unx/generic/app/gensys.cxx b/vcl/unx/generic/app/gensys.cxx
index 32c0e09ffbf5..f58328d60898 100644
--- a/vcl/unx/generic/app/gensys.cxx
+++ b/vcl/unx/generic/app/gensys.cxx
@@ -33,7 +33,7 @@
#include <osl/thread.h>
#include <unotools/configmgr.hxx>
-#include "vcl/unohelp.hxx"
+#include <vcl/unohelp.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
diff --git a/vcl/unx/generic/app/wmadaptor.cxx b/vcl/unx/generic/app/wmadaptor.cxx
index 2f8d250a2bd3..26ddf87a0cc6 100644
--- a/vcl/unx/generic/app/wmadaptor.cxx
+++ b/vcl/unx/generic/app/wmadaptor.cxx
@@ -27,7 +27,7 @@
#include "osl/thread.h"
#include "osl/process.h"
#include <sal/macros.h>
-#include "vcl/configsettings.hxx"
+#include <vcl/configsettings.hxx>
#include "unx/wmadaptor.hxx"
#include "unx/saldisp.hxx"
diff --git a/vcl/unx/generic/dtrans/X11_selection.cxx b/vcl/unx/generic/dtrans/X11_selection.cxx
index 1f7d39da63ec..1b2cb43c5604 100644
--- a/vcl/unx/generic/dtrans/X11_selection.cxx
+++ b/vcl/unx/generic/dtrans/X11_selection.cxx
@@ -48,7 +48,7 @@
#include <X11_dndcontext.hxx>
#include <bmp.hxx>
-#include "vcl/svapp.hxx"
+#include <vcl/svapp.hxx>
// pointer bitmaps
#include <copydata_curs.h>
diff --git a/vcl/unx/generic/dtrans/bmp.cxx b/vcl/unx/generic/dtrans/bmp.cxx
index e156f590b575..8d3bdee36c0d 100644
--- a/vcl/unx/generic/dtrans/bmp.cxx
+++ b/vcl/unx/generic/dtrans/bmp.cxx
@@ -30,7 +30,7 @@
#include <tools/stream.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/svapp.hxx>
-#include "vcl/bitmap.hxx"
+#include <vcl/bitmap.hxx>
using namespace x11;
diff --git a/vcl/unx/generic/fontmanager/fontmanager.cxx b/vcl/unx/generic/fontmanager/fontmanager.cxx
index 102375016f80..ffa7f9756e12 100644
--- a/vcl/unx/generic/fontmanager/fontmanager.cxx
+++ b/vcl/unx/generic/fontmanager/fontmanager.cxx
@@ -31,8 +31,8 @@
#include "svdata.hxx"
#include "unx/geninst.h"
#include "unx/fontmanager.hxx"
-#include "vcl/strhelper.hxx"
-#include "vcl/ppdparser.hxx"
+#include <vcl/strhelper.hxx>
+#include <vcl/ppdparser.hxx>
#include <vcl/embeddedfontshelper.hxx>
#include <vcl/fontcharmap.hxx>
diff --git a/vcl/unx/generic/fontmanager/helper.cxx b/vcl/unx/generic/fontmanager/helper.cxx
index af8ae0aedeaa..a8c35b8a2147 100644
--- a/vcl/unx/generic/fontmanager/helper.cxx
+++ b/vcl/unx/generic/fontmanager/helper.cxx
@@ -29,8 +29,8 @@
#include <rtl/bootstrap.hxx>
#include <rtl/ustring.hxx>
#include <tools/urlobj.hxx>
-#include "vcl/helper.hxx"
-#include "vcl/ppdparser.hxx"
+#include <vcl/helper.hxx>
+#include <vcl/ppdparser.hxx>
#include <memory>
using ::rtl::Bootstrap;
diff --git a/vcl/unx/generic/fontmanager/parseAFM.cxx b/vcl/unx/generic/fontmanager/parseAFM.cxx
index 3db271bab3ba..5b83021ee5d3 100644
--- a/vcl/unx/generic/fontmanager/parseAFM.cxx
+++ b/vcl/unx/generic/fontmanager/parseAFM.cxx
@@ -77,7 +77,7 @@
#include <sys/stat.h>
#include "parseAFM.hxx"
-#include "vcl/strhelper.hxx"
+#include <vcl/strhelper.hxx>
#include "rtl/alloc.h"
diff --git a/vcl/unx/generic/gdi/gdiimpl.cxx b/vcl/unx/generic/gdi/gdiimpl.cxx
index be649906bb89..db1edd8bee37 100644
--- a/vcl/unx/generic/gdi/gdiimpl.cxx
+++ b/vcl/unx/generic/gdi/gdiimpl.cxx
@@ -23,7 +23,7 @@
#include "gdiimpl.hxx"
-#include "vcl/salbtype.hxx"
+#include <vcl/salbtype.hxx>
#include <vcl/gradient.hxx>
#include "unx/salunx.h"
diff --git a/vcl/unx/generic/gdi/salgdi2.cxx b/vcl/unx/generic/gdi/salgdi2.cxx
index 3d1481cde4c2..2b540663c89b 100644
--- a/vcl/unx/generic/gdi/salgdi2.cxx
+++ b/vcl/unx/generic/gdi/salgdi2.cxx
@@ -20,7 +20,7 @@
#include <poll.h>
#include "salgdiimpl.hxx"
-#include "vcl/salbtype.hxx"
+#include <vcl/salbtype.hxx>
#include "unx/pixmap.hxx"
#include "unx/salunx.h"
@@ -36,7 +36,7 @@
#include "unx/printergfx.hxx"
-#include "vcl/bitmapaccess.hxx"
+#include <vcl/bitmapaccess.hxx>
#include <outdata.hxx>
void X11SalGraphics::CopyScreenArea( Display* pDisplay,
diff --git a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
index 2bb72059beaf..a6c7cdbf8fe0 100644
--- a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
+++ b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
@@ -22,7 +22,7 @@
#include "unx/freetype_glyphcache.hxx"
-#include "vcl/svapp.hxx"
+#include <vcl/svapp.hxx>
#include <fontinstance.hxx>
#include <impfont.hxx>
#include "fontattributes.hxx"
diff --git a/vcl/unx/generic/plugadapt/salplug.cxx b/vcl/unx/generic/plugadapt/salplug.cxx
index d76cdf694ec3..6852c0652024 100644
--- a/vcl/unx/generic/plugadapt/salplug.cxx
+++ b/vcl/unx/generic/plugadapt/salplug.cxx
@@ -28,7 +28,7 @@
#include "unx/gendata.hxx"
#include "headless/svpinst.hxx"
#include "unx/desktops.hxx"
-#include "vcl/printerinfomanager.hxx"
+#include <vcl/printerinfomanager.hxx>
#include <config_vclplug.h>
#include <cstdio>
diff --git a/vcl/unx/generic/print/bitmap_gfx.cxx b/vcl/unx/generic/print/bitmap_gfx.cxx
index 47c48daa3a8b..d89d190d60eb 100644
--- a/vcl/unx/generic/print/bitmap_gfx.cxx
+++ b/vcl/unx/generic/print/bitmap_gfx.cxx
@@ -20,7 +20,7 @@
#include "psputil.hxx"
#include "unx/printergfx.hxx"
-#include "vcl/strhelper.hxx"
+#include <vcl/strhelper.hxx>
namespace psp {
diff --git a/vcl/unx/generic/print/common_gfx.cxx b/vcl/unx/generic/print/common_gfx.cxx
index 52387c97fc32..e8cfadafce76 100644
--- a/vcl/unx/generic/print/common_gfx.cxx
+++ b/vcl/unx/generic/print/common_gfx.cxx
@@ -27,8 +27,8 @@
#include "unx/printergfx.hxx"
#include "unx/printerjob.hxx"
#include "unx/fontmanager.hxx"
-#include "vcl/strhelper.hxx"
-#include "vcl/printerinfomanager.hxx"
+#include <vcl/strhelper.hxx>
+#include <vcl/printerinfomanager.hxx>
#include "tools/debug.hxx"
#include "tools/color.hxx"
diff --git a/vcl/unx/generic/print/genprnpsp.cxx b/vcl/unx/generic/print/genprnpsp.cxx
index 6af1c69faa7c..3c88aa9a9df6 100644
--- a/vcl/unx/generic/print/genprnpsp.cxx
+++ b/vcl/unx/generic/print/genprnpsp.cxx
@@ -39,16 +39,16 @@
#include <comphelper/fileurl.hxx>
#include "rtl/ustring.hxx"
-#include "vcl/button.hxx"
-#include "vcl/dialog.hxx"
-#include "vcl/edit.hxx"
-#include "vcl/fixed.hxx"
-#include "vcl/idle.hxx"
-#include "vcl/svapp.hxx"
-#include "vcl/print.hxx"
-#include "vcl/pdfwriter.hxx"
-#include "vcl/printerinfomanager.hxx"
-#include "vcl/settings.hxx"
+#include <vcl/button.hxx>
+#include <vcl/dialog.hxx>
+#include <vcl/edit.hxx>
+#include <vcl/fixed.hxx>
+#include <vcl/idle.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/print.hxx>
+#include <vcl/pdfwriter.hxx>
+#include <vcl/printerinfomanager.hxx>
+#include <vcl/settings.hxx>
#include "svids.hrc"
#include "saldatabasic.hxx"
#include "unx/genprn.h"
diff --git a/vcl/unx/generic/print/printerjob.cxx b/vcl/unx/generic/print/printerjob.cxx
index 4675ef7d8e89..f740514c4013 100644
--- a/vcl/unx/generic/print/printerjob.cxx
+++ b/vcl/unx/generic/print/printerjob.cxx
@@ -28,9 +28,9 @@
#include "unx/printerjob.hxx"
#include "unx/printergfx.hxx"
-#include "vcl/ppdparser.hxx"
-#include "vcl/strhelper.hxx"
-#include "vcl/printerinfomanager.hxx"
+#include <vcl/ppdparser.hxx>
+#include <vcl/strhelper.hxx>
+#include <vcl/printerinfomanager.hxx>
#include "rtl/ustring.hxx"
#include "rtl/strbuf.hxx"
diff --git a/vcl/unx/generic/print/prtsetup.hxx b/vcl/unx/generic/print/prtsetup.hxx
index 1d39f31420bb..3d02468658d7 100644
--- a/vcl/unx/generic/print/prtsetup.hxx
+++ b/vcl/unx/generic/print/prtsetup.hxx
@@ -22,17 +22,17 @@
#include "tools/link.hxx"
-#include "vcl/tabdlg.hxx"
-#include "vcl/tabpage.hxx"
-#include "vcl/tabctrl.hxx"
-#include "vcl/button.hxx"
-#include "vcl/edit.hxx"
-#include "vcl/fixed.hxx"
-#include "vcl/lstbox.hxx"
-#include "vcl/field.hxx"
-#include "vcl/combobox.hxx"
-#include "vcl/ppdparser.hxx"
-#include "vcl/printerinfomanager.hxx"
+#include <vcl/tabdlg.hxx>
+#include <vcl/tabpage.hxx>
+#include <vcl/tabctrl.hxx>
+#include <vcl/button.hxx>
+#include <vcl/edit.hxx>
+#include <vcl/fixed.hxx>
+#include <vcl/lstbox.hxx>
+#include <vcl/field.hxx>
+#include <vcl/combobox.hxx>
+#include <vcl/ppdparser.hxx>
+#include <vcl/printerinfomanager.hxx>
class RTSPaperPage;
class RTSDevicePage;
diff --git a/vcl/unx/generic/print/text_gfx.cxx b/vcl/unx/generic/print/text_gfx.cxx
index 1c90fda00735..93765d2c4078 100644
--- a/vcl/unx/generic/print/text_gfx.cxx
+++ b/vcl/unx/generic/print/text_gfx.cxx
@@ -24,7 +24,7 @@
#include "unx/printergfx.hxx"
#include "unx/fontmanager.hxx"
-#include "vcl/helper.hxx"
+#include <vcl/helper.hxx>
#include "osl/thread.h"
diff --git a/vcl/unx/generic/printer/jobdata.cxx b/vcl/unx/generic/printer/jobdata.cxx
index 309309e9bbee..f52e577bf31b 100644
--- a/vcl/unx/generic/printer/jobdata.cxx
+++ b/vcl/unx/generic/printer/jobdata.cxx
@@ -18,8 +18,8 @@
*/
#include <officecfg/Office/Common.hxx>
-#include "vcl/jobdata.hxx"
-#include "vcl/printerinfomanager.hxx"
+#include <vcl/jobdata.hxx>
+#include <vcl/printerinfomanager.hxx>
#include "tools/stream.hxx"
#include <rtl/strbuf.hxx>
diff --git a/vcl/unx/generic/printer/ppdparser.cxx b/vcl/unx/generic/printer/ppdparser.cxx
index 538ce8274e75..f5a20a4f1346 100644
--- a/vcl/unx/generic/printer/ppdparser.cxx
+++ b/vcl/unx/generic/printer/ppdparser.cxx
@@ -20,11 +20,11 @@
#include <stdlib.h>
#include <comphelper/string.hxx>
-#include "vcl/ppdparser.hxx"
-#include "vcl/strhelper.hxx"
-#include "vcl/helper.hxx"
-#include "vcl/svapp.hxx"
-#include "vcl/settings.hxx"
+#include <vcl/ppdparser.hxx>
+#include <vcl/strhelper.hxx>
+#include <vcl/helper.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/settings.hxx>
#include "unx/cupsmgr.hxx"
diff --git a/vcl/unx/generic/printer/printerinfomanager.cxx b/vcl/unx/generic/printer/printerinfomanager.cxx
index 152e1633eb39..a20e1d25a7d3 100644
--- a/vcl/unx/generic/printer/printerinfomanager.cxx
+++ b/vcl/unx/generic/printer/printerinfomanager.cxx
@@ -22,7 +22,7 @@
#include <signal.h>
#include "unx/cupsmgr.hxx"
-#include "vcl/strhelper.hxx"
+#include <vcl/strhelper.hxx>
#include "unx/saldata.hxx"
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx
index 533582fc8216..aeeae87a78d6 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -27,14 +27,14 @@
#include "sal/alloca.h"
-#include "vcl/floatwin.hxx"
-#include "vcl/svapp.hxx"
-#include "vcl/keycodes.hxx"
-#include "vcl/layout.hxx"
-#include "vcl/printerinfomanager.hxx"
-#include "vcl/settings.hxx"
-#include "vcl/bitmapaccess.hxx"
-#include "vcl/opengl/OpenGLContext.hxx"
+#include <vcl/floatwin.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/keycodes.hxx>
+#include <vcl/layout.hxx>
+#include <vcl/printerinfomanager.hxx>
+#include <vcl/settings.hxx>
+#include <vcl/bitmapaccess.hxx>
+#include <vcl/opengl/OpenGLContext.hxx>
#include <prex.h>
#include <X11/Xatom.h>
diff --git a/vcl/unx/gtk/a11y/atklistener.cxx b/vcl/unx/gtk/a11y/atklistener.cxx
index f9c25fdd6fae..86b663a16112 100644
--- a/vcl/unx/gtk/a11y/atklistener.cxx
+++ b/vcl/unx/gtk/a11y/atklistener.cxx
@@ -32,7 +32,7 @@
#include "atklistener.hxx"
#include "atkwrapper.hxx"
-#include "vcl/svapp.hxx"
+#include <vcl/svapp.hxx>
#include <rtl/ref.hxx>
diff --git a/vcl/unx/gtk/a11y/atkwindow.cxx b/vcl/unx/gtk/a11y/atkwindow.cxx
index cafa3a1b585f..af677fa03ea7 100644
--- a/vcl/unx/gtk/a11y/atkwindow.cxx
+++ b/vcl/unx/gtk/a11y/atkwindow.cxx
@@ -20,7 +20,7 @@
#include <unx/gtk/gtkframe.hxx>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
-#include "vcl/popupmenuwindow.hxx"
+#include <vcl/popupmenuwindow.hxx>
#include "atkwindow.hxx"
#include "atkwrapper.hxx"
diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
index c836b0c328d4..96df4b7617a1 100644
--- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
+++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
@@ -34,7 +34,7 @@
#include <vcl/svapp.hxx>
#include <tools/urlobj.hxx>
-#include "vcl/window.hxx"
+#include <vcl/window.hxx>
#include "unx/gtk/gtkframe.hxx"
#include "gtk/fpicker/SalGtkPicker.hxx"
diff --git a/vcl/unx/gtk/salnativewidgets-gtk.cxx b/vcl/unx/gtk/salnativewidgets-gtk.cxx
index 0718b9067175..c4695b2d0d9a 100644
--- a/vcl/unx/gtk/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/salnativewidgets-gtk.cxx
@@ -19,7 +19,7 @@
#include <config_version.h>
-#include "vcl/svapp.hxx"
+#include <vcl/svapp.hxx>
#include "unx/gtk/gtkframe.hxx"
#include "unx/gtk/gtkdata.hxx"
@@ -38,7 +38,7 @@
#include <boost/optional.hpp>
-#include "vcl/vclenum.hxx"
+#include <vcl/vclenum.hxx>
#include <vcl/settings.hxx>
#include "unx/fontmanager.hxx"
#include <vcl/decoview.hxx>
diff --git a/vcl/unx/gtk/salprn-gtk.cxx b/vcl/unx/gtk/salprn-gtk.cxx
index b5f2c1471709..9b7828d337f6 100644
--- a/vcl/unx/gtk/salprn-gtk.cxx
+++ b/vcl/unx/gtk/salprn-gtk.cxx
@@ -14,11 +14,11 @@
#include "unx/gtk/gtkinst.hxx"
#include "unx/gtk/gtkprn.hxx"
-#include "vcl/configsettings.hxx"
-#include "vcl/help.hxx"
-#include "vcl/print.hxx"
-#include "vcl/svapp.hxx"
-#include "vcl/window.hxx"
+#include <vcl/configsettings.hxx>
+#include <vcl/help.hxx>
+#include <vcl/print.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/window.hxx>
#include <gtk/gtk.h>