summaryrefslogtreecommitdiffstats
path: root/include/svtools/table
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:40:46 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:49 -0600
commitab3506ec724805bf4d586e5cfa479f7eb2e8e9a3 (patch)
tree6622d82a13bbbb7057db85856f4e641d0cfbfdec /include/svtools/table
parentfdo#65108 inter-module includes <> include/test (diff)
downloadcore-ab3506ec724805bf4d586e5cfa479f7eb2e8e9a3.tar.gz
core-ab3506ec724805bf4d586e5cfa479f7eb2e8e9a3.zip
fdo#65108 inter-module includes <> include/svtools
Change-Id: I7e004e1e4fbc2141ff421af6be0e8bf5a026b189
Diffstat (limited to 'include/svtools/table')
-rw-r--r--include/svtools/table/defaultinputhandler.hxx4
-rw-r--r--include/svtools/table/tablecontrol.hxx8
-rw-r--r--include/svtools/table/tablecontrolinterface.hxx4
-rw-r--r--include/svtools/table/tablemodel.hxx10
-rw-r--r--include/svtools/table/tablesort.hxx2
5 files changed, 14 insertions, 14 deletions
diff --git a/include/svtools/table/defaultinputhandler.hxx b/include/svtools/table/defaultinputhandler.hxx
index 72c6f52f5e04..34f93b4d9424 100644
--- a/include/svtools/table/defaultinputhandler.hxx
+++ b/include/svtools/table/defaultinputhandler.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVTOOLS_TABLE_DEFAULTINPUTHANDLER_HXX
#define INCLUDED_SVTOOLS_TABLE_DEFAULTINPUTHANDLER_HXX
-#include "svtools/table/tableinputhandler.hxx"
-#include "svtools/table/tabletypes.hxx"
+#include <svtools/table/tableinputhandler.hxx>
+#include <svtools/table/tabletypes.hxx>
#include <boost/scoped_ptr.hpp>
diff --git a/include/svtools/table/tablecontrol.hxx b/include/svtools/table/tablecontrol.hxx
index 0f8ad808b608..73f713d67b20 100644
--- a/include/svtools/table/tablecontrol.hxx
+++ b/include/svtools/table/tablecontrol.hxx
@@ -20,10 +20,10 @@
#ifndef INCLUDED_SVTOOLS_TABLE_TABLECONTROL_HXX
#define INCLUDED_SVTOOLS_TABLE_TABLECONTROL_HXX
-#include "svtools/svtdllapi.h"
-#include "svtools/table/tablemodel.hxx"
-#include "svtools/accessibletable.hxx"
-#include "svtools/accessiblefactory.hxx"
+#include <svtools/svtdllapi.h>
+#include <svtools/table/tablemodel.hxx>
+#include <svtools/accessibletable.hxx>
+#include <svtools/accessiblefactory.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/seleng.hxx>
diff --git a/include/svtools/table/tablecontrolinterface.hxx b/include/svtools/table/tablecontrolinterface.hxx
index ba319dbbd6f7..362f5e82cad5 100644
--- a/include/svtools/table/tablecontrolinterface.hxx
+++ b/include/svtools/table/tablecontrolinterface.hxx
@@ -24,8 +24,8 @@
#include <vcl/event.hxx>
#include <vcl/seleng.hxx>
-#include "svtools/table/tabletypes.hxx"
-#include "svtools/table/tablemodel.hxx"
+#include <svtools/table/tabletypes.hxx>
+#include <svtools/table/tablemodel.hxx>
class Pointer;
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx
index cf9f2b32cee0..38d1c28384a8 100644
--- a/include/svtools/table/tablemodel.hxx
+++ b/include/svtools/table/tablemodel.hxx
@@ -20,11 +20,11 @@
#ifndef INCLUDED_SVTOOLS_TABLE_TABLEMODEL_HXX
#define INCLUDED_SVTOOLS_TABLE_TABLEMODEL_HXX
-#include "svtools/svtdllapi.h"
-#include "svtools/table/tabletypes.hxx"
-#include "svtools/table/tablerenderer.hxx"
-#include "svtools/table/tableinputhandler.hxx"
-#include "svtools/table/tablesort.hxx"
+#include <svtools/svtdllapi.h>
+#include <svtools/table/tabletypes.hxx>
+#include <svtools/table/tablerenderer.hxx>
+#include <svtools/table/tableinputhandler.hxx>
+#include <svtools/table/tablesort.hxx>
#include <com/sun/star/util/Color.hpp>
#include <com/sun/star/style/VerticalAlignment.hpp>
diff --git a/include/svtools/table/tablesort.hxx b/include/svtools/table/tablesort.hxx
index 98348da6590e..bb0bf04c6473 100644
--- a/include/svtools/table/tablesort.hxx
+++ b/include/svtools/table/tablesort.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SVTOOLS_TABLE_TABLESORT_HXX
#define INCLUDED_SVTOOLS_TABLE_TABLESORT_HXX
-#include "svtools/table/tabletypes.hxx"
+#include <svtools/table/tabletypes.hxx>
//......................................................................................................................
namespace svt { namespace table