diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:33:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:57 +0200 |
commit | 3e1d3c25e064c5a97a2c408faf23a9d0c6150d8a (patch) | |
tree | b244e36c82791c3ca11151d93f67ca6267364b61 /sc/inc | |
parent | 2909c6be63ac4ac962c6a93aa093ec1cfb94ab0b (diff) |
loplugin:includeform: sc
Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/AccessibleFilterMenu.hxx | 2 | ||||
-rw-r--r-- | sc/inc/AccessibleFilterMenuItem.hxx | 2 | ||||
-rw-r--r-- | sc/inc/ChartTools.hxx | 2 | ||||
-rw-r--r-- | sc/inc/NumberFormatControl.hxx | 2 | ||||
-rw-r--r-- | sc/inc/cellvalues.hxx | 2 | ||||
-rw-r--r-- | sc/inc/clipcontext.hxx | 2 | ||||
-rw-r--r-- | sc/inc/grouparealistener.hxx | 4 | ||||
-rw-r--r-- | sc/inc/inputopt.hxx | 2 | ||||
-rw-r--r-- | sc/inc/listenerquery.hxx | 2 | ||||
-rw-r--r-- | sc/inc/mtvelements.hxx | 2 | ||||
-rw-r--r-- | sc/inc/numformat.hxx | 2 | ||||
-rw-r--r-- | sc/inc/reordermap.hxx | 2 | ||||
-rw-r--r-- | sc/inc/sc.hrc | 2 | ||||
-rw-r--r-- | sc/inc/scabstdlg.hxx | 2 | ||||
-rw-r--r-- | sc/inc/scres.hrc | 2 | ||||
-rw-r--r-- | sc/inc/stringutil.hxx | 2 | ||||
-rw-r--r-- | sc/inc/table.hxx | 2 | ||||
-rw-r--r-- | sc/inc/undorangename.hxx | 2 |
18 files changed, 19 insertions, 19 deletions
diff --git a/sc/inc/AccessibleFilterMenu.hxx b/sc/inc/AccessibleFilterMenu.hxx index c206e96f62bf..9b6db9a51420 100644 --- a/sc/inc/AccessibleFilterMenu.hxx +++ b/sc/inc/AccessibleFilterMenu.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_INC_ACCESSIBLEFILTERMENU_HXX #define INCLUDED_SC_INC_ACCESSIBLEFILTERMENU_HXX -#include "AccessibleContextBase.hxx" +#include <AccessibleContextBase.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/accessibility/XAccessibleSelection.hpp> diff --git a/sc/inc/AccessibleFilterMenuItem.hxx b/sc/inc/AccessibleFilterMenuItem.hxx index cefb095c004e..319903a844dc 100644 --- a/sc/inc/AccessibleFilterMenuItem.hxx +++ b/sc/inc/AccessibleFilterMenuItem.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_INC_ACCESSIBLEFILTERMENUITEM_HXX #define INCLUDED_SC_INC_ACCESSIBLEFILTERMENUITEM_HXX -#include "AccessibleContextBase.hxx" +#include <AccessibleContextBase.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/accessibility/XAccessibleAction.hpp> diff --git a/sc/inc/ChartTools.hxx b/sc/inc/ChartTools.hxx index 0de4a8ecf627..ffac3aeb036d 100644 --- a/sc/inc/ChartTools.hxx +++ b/sc/inc/ChartTools.hxx @@ -15,7 +15,7 @@ #include <svx/svdoole2.hxx> #include <svx/svditer.hxx> -#include "docsh.hxx" +#include <docsh.hxx> #include "drwlayer.hxx" namespace sc { diff --git a/sc/inc/NumberFormatControl.hxx b/sc/inc/NumberFormatControl.hxx index ca6fdff57f2c..2d424f396df2 100644 --- a/sc/inc/NumberFormatControl.hxx +++ b/sc/inc/NumberFormatControl.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SC_NUMBERFORMATCONTROL_HXX #define INCLUDED_SC_NUMBERFORMATCONTROL_HXX -#include <scdllapi.h> +#include "scdllapi.h" #include <sfx2/tbxctrl.hxx> #include <functional> diff --git a/sc/inc/cellvalues.hxx b/sc/inc/cellvalues.hxx index 9782357dee24..e6621dc01200 100644 --- a/sc/inc/cellvalues.hxx +++ b/sc/inc/cellvalues.hxx @@ -11,7 +11,7 @@ #define INCLUDED_SC_INC_CELLVALUES_HXX #include "address.hxx" -#include <global.hxx> +#include "global.hxx" #include <memory> class ScColumn; diff --git a/sc/inc/clipcontext.hxx b/sc/inc/clipcontext.hxx index c1f33839e8f5..629d6a2b22dc 100644 --- a/sc/inc/clipcontext.hxx +++ b/sc/inc/clipcontext.hxx @@ -12,7 +12,7 @@ #include "address.hxx" #include "cellvalue.hxx" -#include <celltextattr.hxx> +#include "celltextattr.hxx" #include <memory> #include <vector> diff --git a/sc/inc/grouparealistener.hxx b/sc/inc/grouparealistener.hxx index 5fc498b22489..3e298ab9dc06 100644 --- a/sc/inc/grouparealistener.hxx +++ b/sc/inc/grouparealistener.hxx @@ -10,8 +10,8 @@ #ifndef INCLUDED_SC_GROUPAREALISTENER_HXX #define INCLUDED_SC_GROUPAREALISTENER_HXX -#include <address.hxx> -#include <calcmacros.hxx> +#include "address.hxx" +#include "calcmacros.hxx" #include <svl/listener.hxx> diff --git a/sc/inc/inputopt.hxx b/sc/inc/inputopt.hxx index 7f95380c9942..9e107ba60793 100644 --- a/sc/inc/inputopt.hxx +++ b/sc/inc/inputopt.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_INC_INPUTOPT_HXX #define INCLUDED_SC_INC_INPUTOPT_HXX -#include <scdllapi.h> +#include "scdllapi.h" #include <unotools/configitem.hxx> class SC_DLLPUBLIC ScInputOptions diff --git a/sc/inc/listenerquery.hxx b/sc/inc/listenerquery.hxx index 1b72023ab183..b0f66c73b2d4 100644 --- a/sc/inc/listenerquery.hxx +++ b/sc/inc/listenerquery.hxx @@ -10,7 +10,7 @@ #ifndef SC_LISTENERQUERY_HXX #define SC_LISTENERQUERY_HXX -#include <address.hxx> +#include "address.hxx" #include <svl/listener.hxx> #include <unordered_map> diff --git a/sc/inc/mtvelements.hxx b/sc/inc/mtvelements.hxx index ce1f4f53f200..f13562d47fbd 100644 --- a/sc/inc/mtvelements.hxx +++ b/sc/inc/mtvelements.hxx @@ -17,7 +17,7 @@ #include <editeng/editobj.hxx> #include "calcmacros.hxx" #include "postit.hxx" -#include <celltextattr.hxx> +#include "celltextattr.hxx" #include <osl/mutex.hxx> #if DEBUG_COLUMN_STORAGE diff --git a/sc/inc/numformat.hxx b/sc/inc/numformat.hxx index cd18d081a56c..c3aa957ed209 100644 --- a/sc/inc/numformat.hxx +++ b/sc/inc/numformat.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_NUMFORMAT_HXX #define INCLUDED_SC_NUMFORMAT_HXX -#include <scdllapi.h> +#include "scdllapi.h" #include <tools/solar.h> diff --git a/sc/inc/reordermap.hxx b/sc/inc/reordermap.hxx index 3f3622085e85..6a1e750d4944 100644 --- a/sc/inc/reordermap.hxx +++ b/sc/inc/reordermap.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_REORDERMAP_HXX #define INCLUDED_SC_REORDERMAP_HXX -#include <types.hxx> +#include "types.hxx" #include <unordered_map> namespace sc { diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index aca25080d5d6..0786090df192 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -23,7 +23,7 @@ #include <sfx2/sfxsids.hrc> #include <svx/svxids.hrc> -#include "svx/svxcommands.h" +#include <svx/svxcommands.h> #include "helpids.h" // areas diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 2adbbe7cde93..edb52e238a67 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -28,7 +28,7 @@ #include "global.hxx" #include "pivot.hxx" #include <i18nlangtag/lang.h> -#include "asciiopt.hxx" +#include <asciiopt.hxx> #include <tabvwsh.hxx> diff --git a/sc/inc/scres.hrc b/sc/inc/scres.hrc index 62aa3906b7d0..40c92cedf77d 100644 --- a/sc/inc/scres.hrc +++ b/sc/inc/scres.hrc @@ -21,7 +21,7 @@ #define SC_SCRES_HRC #include "sc.hrc" -#include "formula/compiler.hxx" +#include <formula/compiler.hxx> #define STR_START (SC_RESOURCE_START+100) diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx index 3f9b0dbccaa2..bf4c519ab014 100644 --- a/sc/inc/stringutil.hxx +++ b/sc/inc/stringutil.hxx @@ -23,7 +23,7 @@ #include <rtl/ustring.hxx> #include "scdllapi.h" #include <i18nlangtag/lang.h> -#include <types.hxx> +#include "types.hxx" class SvNumberFormatter; diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 243bf132e8f5..1ed1eaadb71b 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -35,7 +35,7 @@ #include "cellvalue.hxx" #include <formula/types.hxx> #include "calcmacros.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "document.hxx" #include <set> diff --git a/sc/inc/undorangename.hxx b/sc/inc/undorangename.hxx index ea82cc56a552..46b4075eb7f0 100644 --- a/sc/inc/undorangename.hxx +++ b/sc/inc/undorangename.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_UNDORANGENAME_HXX #define INCLUDED_SC_INC_UNDORANGENAME_HXX -#include "undobase.hxx" +#include <undobase.hxx> #include "rangenam.hxx" #include <memory> |