summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:33:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:57 +0200
commit3e1d3c25e064c5a97a2c408faf23a9d0c6150d8a (patch)
treeb244e36c82791c3ca11151d93f67ca6267364b61 /sc/source/ui/optdlg
parent2909c6be63ac4ac962c6a93aa093ec1cfb94ab0b (diff)
loplugin:includeform: sc
Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.cxx20
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.hxx2
-rw-r--r--sc/source/ui/optdlg/opredlin.cxx28
-rw-r--r--sc/source/ui/optdlg/tpcalc.cxx20
-rw-r--r--sc/source/ui/optdlg/tpcompatibility.cxx8
-rw-r--r--sc/source/ui/optdlg/tpdefaults.cxx12
-rw-r--r--sc/source/ui/optdlg/tpformula.cxx10
-rw-r--r--sc/source/ui/optdlg/tpprint.cxx10
-rw-r--r--sc/source/ui/optdlg/tpusrlst.cxx24
-rw-r--r--sc/source/ui/optdlg/tpview.cxx24
10 files changed, 79 insertions, 79 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx b/sc/source/ui/optdlg/calcoptionsdlg.cxx
index bad8985794db..82c74d735f59 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.cxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx
@@ -12,23 +12,23 @@
#include <algorithm>
#include <cmath>
-#include "calcconfig.hxx"
+#include <calcconfig.hxx>
#include "calcoptionsdlg.hxx"
-#include "docfunc.hxx"
-#include "docsh.hxx"
-#include "interpre.hxx"
-#include "sc.hrc"
-#include "scresid.hxx"
-#include "scopetools.hxx"
-#include "viewdata.hxx"
+#include <docfunc.hxx>
+#include <docsh.hxx>
+#include <interpre.hxx>
+#include <sc.hrc>
+#include <scresid.hxx>
+#include <scopetools.hxx>
+#include <viewdata.hxx>
#include <comphelper/random.hxx>
#include <svtools/svlbitm.hxx>
#include <svtools/treelistentry.hxx>
#if HAVE_FEATURE_OPENCL
-#include "formulagroup.hxx"
-#include "globalnames.hxx"
+#include <formulagroup.hxx>
+#include <globalnames.hxx>
#endif
namespace {
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx
index 85509e350eee..5d62570678cb 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.hxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx
@@ -24,7 +24,7 @@
#include <svtools/treelistbox.hxx>
-#include "calcconfig.hxx"
+#include <calcconfig.hxx>
#if HAVE_FEATURE_OPENCL
#include <opencl/openclconfig.hxx>
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx
index 557945264e8d..586f15761276 100644
--- a/sc/source/ui/optdlg/opredlin.cxx
+++ b/sc/source/ui/optdlg/opredlin.cxx
@@ -24,20 +24,20 @@
#include <svx/drawitem.hxx>
#include <svx/xtable.hxx>
-#include "appoptio.hxx"
-#include "scmod.hxx"
-#include "scitems.hxx"
-#include "tpview.hxx"
-#include "global.hxx"
-#include "viewopti.hxx"
-#include "tabvwsh.hxx"
-#include "uiitems.hxx"
-#include "scresid.hxx"
-#include "docsh.hxx"
-#include "sc.hrc"
-#include "globstr.hrc"
-
-#include "opredlin.hxx"
+#include <appoptio.hxx>
+#include <scmod.hxx>
+#include <scitems.hxx>
+#include <tpview.hxx>
+#include <global.hxx>
+#include <viewopti.hxx>
+#include <tabvwsh.hxx>
+#include <uiitems.hxx>
+#include <scresid.hxx>
+#include <docsh.hxx>
+#include <sc.hrc>
+#include <globstr.hrc>
+
+#include <opredlin.hxx>
ScRedlineOptionsTabPage::ScRedlineOptionsTabPage( vcl::Window* pParent,
const SfxItemSet& rSet )
diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx
index 56f7d42c6c49..541a63096e1b 100644
--- a/sc/source/ui/optdlg/tpcalc.cxx
+++ b/sc/source/ui/optdlg/tpcalc.cxx
@@ -19,20 +19,20 @@
#undef SC_DLLIMPLEMENTATION
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <vcl/msgbox.hxx>
-#include "global.hxx"
-#include "globstr.hrc"
-#include "uiitems.hxx"
-#include "docsh.hxx"
-#include "document.hxx"
-#include "docoptio.hxx"
-#include "scresid.hxx"
-#include "sc.hrc"
+#include <global.hxx>
+#include <globstr.hrc>
+#include <uiitems.hxx>
+#include <docsh.hxx>
+#include <document.hxx>
+#include <docoptio.hxx>
+#include <scresid.hxx>
+#include <sc.hrc>
#include <officecfg/Office/Calc.hxx>
-#include "tpcalc.hxx"
+#include <tpcalc.hxx>
#include <math.h>
diff --git a/sc/source/ui/optdlg/tpcompatibility.cxx b/sc/source/ui/optdlg/tpcompatibility.cxx
index c5f38a697fb0..e23424da1117 100644
--- a/sc/source/ui/optdlg/tpcompatibility.cxx
+++ b/sc/source/ui/optdlg/tpcompatibility.cxx
@@ -10,10 +10,10 @@
#undef SC_DLLIMPLEMENTATION
#include <scmod.hxx>
-#include "tpcompatibility.hxx"
-#include "sc.hrc"
-#include "scresid.hxx"
-#include "appoptio.hxx"
+#include <tpcompatibility.hxx>
+#include <sc.hrc>
+#include <scresid.hxx>
+#include <appoptio.hxx>
ScTpCompatOptions::ScTpCompatOptions(vcl::Window *pParent, const SfxItemSet &rCoreAttrs) :
SfxTabPage(pParent, "OptCompatibilityPage","modules/scalc/ui/optcompatibilitypage.ui", &rCoreAttrs)
diff --git a/sc/source/ui/optdlg/tpdefaults.cxx b/sc/source/ui/optdlg/tpdefaults.cxx
index a789d0b83db6..dbff2ee5a795 100644
--- a/sc/source/ui/optdlg/tpdefaults.cxx
+++ b/sc/source/ui/optdlg/tpdefaults.cxx
@@ -9,12 +9,12 @@
#undef SC_DLLIMPLEMENTATION
-#include "tpdefaults.hxx"
-#include "sc.hrc"
-#include "scresid.hxx"
-#include "scmod.hxx"
-#include "defaultsoptions.hxx"
-#include "document.hxx"
+#include <tpdefaults.hxx>
+#include <sc.hrc>
+#include <scresid.hxx>
+#include <scmod.hxx>
+#include <defaultsoptions.hxx>
+#include <document.hxx>
ScTpDefaultsOptions::ScTpDefaultsOptions(vcl::Window *pParent, const SfxItemSet &rCoreSet) :
SfxTabPage(pParent, "OptDefaultPage", "modules/scalc/ui/optdefaultpage.ui", &rCoreSet)
diff --git a/sc/source/ui/optdlg/tpformula.cxx b/sc/source/ui/optdlg/tpformula.cxx
index f47d17139d07..14bd0695589d 100644
--- a/sc/source/ui/optdlg/tpformula.cxx
+++ b/sc/source/ui/optdlg/tpformula.cxx
@@ -22,11 +22,11 @@
#include <scmod.hxx>
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
-#include "tpformula.hxx"
-#include "formulaopt.hxx"
-#include "sc.hrc"
-#include "strings.hrc"
-#include "scresid.hxx"
+#include <tpformula.hxx>
+#include <formulaopt.hxx>
+#include <sc.hrc>
+#include <strings.hrc>
+#include <scresid.hxx>
#include <formula/grammar.hxx>
#include "calcoptionsdlg.hxx"
#include <vcl/msgbox.hxx>
diff --git a/sc/source/ui/optdlg/tpprint.cxx b/sc/source/ui/optdlg/tpprint.cxx
index 0e9e574dcd85..2ba30bf352e6 100644
--- a/sc/source/ui/optdlg/tpprint.cxx
+++ b/sc/source/ui/optdlg/tpprint.cxx
@@ -21,11 +21,11 @@
#include <svl/eitem.hxx>
-#include "tpprint.hxx"
-#include "printopt.hxx"
-#include "scmod.hxx"
-#include "scresid.hxx"
-#include "sc.hrc"
+#include <tpprint.hxx>
+#include <printopt.hxx>
+#include <scmod.hxx>
+#include <scresid.hxx>
+#include <sc.hrc>
ScTpPrintOptions::ScTpPrintOptions( vcl::Window* pParent,
const SfxItemSet& rCoreAttrs )
diff --git a/sc/source/ui/optdlg/tpusrlst.cxx b/sc/source/ui/optdlg/tpusrlst.cxx
index 0ab4e71fa189..c43a82f5959a 100644
--- a/sc/source/ui/optdlg/tpusrlst.cxx
+++ b/sc/source/ui/optdlg/tpusrlst.cxx
@@ -22,18 +22,18 @@
#include <comphelper/string.hxx>
#include <vcl/msgbox.hxx>
-#include "global.hxx"
-#include "document.hxx"
-#include "tabvwsh.hxx"
-#include "viewdata.hxx"
-#include "uiitems.hxx"
-#include "userlist.hxx"
-#include "rangeutl.hxx"
-#include "crdlg.hxx"
-#include "scresid.hxx"
-#include "sc.hrc"
-#include "globstr.hrc"
-#include "tpusrlst.hxx"
+#include <global.hxx>
+#include <document.hxx>
+#include <tabvwsh.hxx>
+#include <viewdata.hxx>
+#include <uiitems.hxx>
+#include <userlist.hxx>
+#include <rangeutl.hxx>
+#include <crdlg.hxx>
+#include <scresid.hxx>
+#include <sc.hrc>
+#include <globstr.hrc>
+#include <tpusrlst.hxx>
#define CR u'\x000D'
#define LF u'\x000A'
diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx
index b4250fb477bc..195259b2fd00 100644
--- a/sc/source/ui/optdlg/tpview.cxx
+++ b/sc/source/ui/optdlg/tpview.cxx
@@ -19,18 +19,18 @@
#undef SC_DLLIMPLEMENTATION
-#include "scitems.hxx"
-#include "tpview.hxx"
-#include "global.hxx"
-#include "viewopti.hxx"
-#include "tabvwsh.hxx"
-#include "uiitems.hxx"
-#include "scresid.hxx"
-#include "docsh.hxx"
-#include "sc.hrc"
-#include "strings.hrc"
-#include "globstr.hrc"
-#include "units.hrc"
+#include <scitems.hxx>
+#include <tpview.hxx>
+#include <global.hxx>
+#include <viewopti.hxx>
+#include <tabvwsh.hxx>
+#include <uiitems.hxx>
+#include <scresid.hxx>
+#include <docsh.hxx>
+#include <sc.hrc>
+#include <strings.hrc>
+#include <globstr.hrc>
+#include <units.hrc>
#include <appoptio.hxx>
#include <scmod.hxx>
#include <svx/colorbox.hxx>