summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:28:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:47 +0200
commitca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch)
treee9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl/unx/gtk
parente279245767050c8ca9743b33ab395cb67dd9a63c (diff)
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r--vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx6
-rw-r--r--vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx2
-rw-r--r--vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx4
-rw-r--r--vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx2
-rw-r--r--vcl/unx/gtk/fpicker/SalGtkPicker.cxx4
-rw-r--r--vcl/unx/gtk/fpicker/resourceprovider.cxx6
-rw-r--r--vcl/unx/gtk/gtkdata.cxx6
-rw-r--r--vcl/unx/gtk/gtkinst.cxx2
-rw-r--r--vcl/unx/gtk/gtkprintwrapper.cxx2
-rw-r--r--vcl/unx/gtk/salnativewidgets-gtk.cxx18
-rw-r--r--vcl/unx/gtk/salprn-gtk.cxx10
11 files changed, 31 insertions, 31 deletions
diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx
index 2c648a6b9c67..c68835a8b5c3 100644
--- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx
+++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx
@@ -42,8 +42,8 @@
#include <com/sun/star/ui/dialogs/ControlActions.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <comphelper/string.hxx>
-#include "unx/gtk/gtkdata.hxx"
-#include "unx/gtk/gtkinst.hxx"
+#include <unx/gtk/gtkdata.hxx>
+#include <unx/gtk/gtkinst.hxx>
#include <vcl/svapp.hxx>
@@ -53,7 +53,7 @@
#include <set>
#include <string.h>
-#include "gtk/fpicker/SalGtkFilePicker.hxx"
+#include <gtk/fpicker/SalGtkFilePicker.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::ui::dialogs;
diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx
index e03ff2928720..522fb734a60a 100644
--- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx
+++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx
@@ -31,7 +31,7 @@
#include <memory>
#include <rtl/ustring.hxx>
-#include "gtk/fpicker/SalGtkPicker.hxx"
+#include <gtk/fpicker/SalGtkPicker.hxx>
// Implementation class for the XFilePicker Interface
diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx
index 015f0dfdb269..addd0b4dbb48 100644
--- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx
+++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx
@@ -33,8 +33,8 @@
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <vcl/svapp.hxx>
-#include "unx/gtk/gtkinst.hxx"
-#include "gtk/fpicker/SalGtkFolderPicker.hxx"
+#include <unx/gtk/gtkinst.hxx>
+#include <gtk/fpicker/SalGtkFolderPicker.hxx>
#include <string.h>
diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx
index e7e27b17c0cc..46cf107a04ae 100644
--- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx
+++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx
@@ -25,7 +25,7 @@
#include <rtl/ustring.hxx>
#include <cppuhelper/implbase.hxx>
-#include "gtk/fpicker/SalGtkPicker.hxx"
+#include <gtk/fpicker/SalGtkPicker.hxx>
class SalGtkFolderPicker :
public SalGtkPicker,
diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
index 6c7433b3c5f2..a45f79c35bcb 100644
--- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
+++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
@@ -35,8 +35,8 @@
#include <tools/urlobj.hxx>
#include <vcl/window.hxx>
-#include "unx/gtk/gtkframe.hxx"
-#include "gtk/fpicker/SalGtkPicker.hxx"
+#include <unx/gtk/gtkframe.hxx>
+#include <gtk/fpicker/SalGtkPicker.hxx>
using namespace ::rtl;
using namespace ::com::sun::star;
diff --git a/vcl/unx/gtk/fpicker/resourceprovider.cxx b/vcl/unx/gtk/fpicker/resourceprovider.cxx
index 152395d61463..e41c7bf5fd25 100644
--- a/vcl/unx/gtk/fpicker/resourceprovider.cxx
+++ b/vcl/unx/gtk/fpicker/resourceprovider.cxx
@@ -22,9 +22,9 @@
#include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
-#include "strings.hrc"
-#include "svdata.hxx"
-#include "gtk/fpicker/SalGtkPicker.hxx"
+#include <strings.hrc>
+#include <svdata.hxx>
+#include <gtk/fpicker/SalGtkPicker.hxx>
using namespace ::com::sun::star::ui::dialogs::ExtendedFilePickerElementIds;
using namespace ::com::sun::star::ui::dialogs::CommonFilePickerElementIds;
diff --git a/vcl/unx/gtk/gtkdata.cxx b/vcl/unx/gtk/gtkdata.cxx
index 97541eed22c1..c7eaa8da0039 100644
--- a/vcl/unx/gtk/gtkdata.cxx
+++ b/vcl/unx/gtk/gtkdata.cxx
@@ -39,11 +39,11 @@
#include <osl/thread.h>
#include <osl/process.h>
-#include "unx/i18n_im.hxx"
-#include "unx/i18n_xkb.hxx"
+#include <unx/i18n_im.hxx>
+#include <unx/i18n_xkb.hxx>
#include <unx/wmadaptor.hxx>
-#include "unx/x11_cursors/salcursors.h"
+#include <unx/x11_cursors/salcursors.h>
#include <vcl/svapp.hxx>
#include <chrono>
diff --git a/vcl/unx/gtk/gtkinst.cxx b/vcl/unx/gtk/gtkinst.cxx
index bc6fe03c9c2d..62b02a36a33f 100644
--- a/vcl/unx/gtk/gtkinst.cxx
+++ b/vcl/unx/gtk/gtkinst.cxx
@@ -42,7 +42,7 @@
#include <fcntl.h>
#include <unistd.h>
-#include "unx/gtk/gtkprintwrapper.hxx"
+#include <unx/gtk/gtkprintwrapper.hxx>
extern "C"
{
diff --git a/vcl/unx/gtk/gtkprintwrapper.cxx b/vcl/unx/gtk/gtkprintwrapper.cxx
index 248ccf1cbb3c..7e2241304f26 100644
--- a/vcl/unx/gtk/gtkprintwrapper.cxx
+++ b/vcl/unx/gtk/gtkprintwrapper.cxx
@@ -11,7 +11,7 @@
#include <rtl/ustring.hxx>
-#include "unx/gtk/gtkprintwrapper.hxx"
+#include <unx/gtk/gtkprintwrapper.hxx>
namespace vcl
{
diff --git a/vcl/unx/gtk/salnativewidgets-gtk.cxx b/vcl/unx/gtk/salnativewidgets-gtk.cxx
index 4c0d4b6860d8..59fd3765406a 100644
--- a/vcl/unx/gtk/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/salnativewidgets-gtk.cxx
@@ -21,14 +21,14 @@
#include <vcl/svapp.hxx>
-#include "unx/gtk/gtkframe.hxx"
-#include "unx/gtk/gtkdata.hxx"
-#include "unx/gtk/gtkinst.hxx"
-#include "unx/gtk/gtkgdi.hxx"
+#include <unx/gtk/gtkframe.hxx>
+#include <unx/gtk/gtkdata.hxx>
+#include <unx/gtk/gtkinst.hxx>
+#include <unx/gtk/gtkgdi.hxx>
-#include "unx/pixmap.hxx"
-#include "saldatabasic.hxx"
-#include "unx/saldisp.hxx"
+#include <unx/pixmap.hxx>
+#include <saldatabasic.hxx>
+#include <unx/saldisp.hxx>
#include <cstdio>
#include <cmath>
@@ -41,11 +41,11 @@
#include <vcl/vclenum.hxx>
#include <vcl/settings.hxx>
-#include "unx/fontmanager.hxx"
+#include <unx/fontmanager.hxx>
#include <vcl/decoview.hxx>
#include <vcl/opengl/OpenGLHelper.hxx>
-#include "ControlCacheKey.hxx"
+#include <ControlCacheKey.hxx>
typedef struct _cairo_font_options cairo_font_options_t;
const char* const tabPrelitDataName="libreoffice-tab-is-prelit";
diff --git a/vcl/unx/gtk/salprn-gtk.cxx b/vcl/unx/gtk/salprn-gtk.cxx
index a60a68e50843..da1314a47a9c 100644
--- a/vcl/unx/gtk/salprn-gtk.cxx
+++ b/vcl/unx/gtk/salprn-gtk.cxx
@@ -7,12 +7,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "unx/gtk/gtkprintwrapper.hxx"
+#include <unx/gtk/gtkprintwrapper.hxx>
-#include "unx/gtk/gtkdata.hxx"
-#include "unx/gtk/gtkframe.hxx"
-#include "unx/gtk/gtkinst.hxx"
-#include "unx/gtk/gtkprn.hxx"
+#include <unx/gtk/gtkdata.hxx>
+#include <unx/gtk/gtkframe.hxx>
+#include <unx/gtk/gtkinst.hxx>
+#include <unx/gtk/gtkprn.hxx>
#include <vcl/configsettings.hxx>
#include <vcl/help.hxx>