summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
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/formdlg
parent2909c6be63ac4ac962c6a93aa093ec1cfb94ab0b (diff)
loplugin:includeform: sc
Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd
Diffstat (limited to 'sc/source/ui/formdlg')
-rw-r--r--sc/source/ui/formdlg/dwfunctr.cxx26
-rw-r--r--sc/source/ui/formdlg/formdata.cxx2
-rw-r--r--sc/source/ui/formdlg/formula.cxx40
3 files changed, 34 insertions, 34 deletions
diff --git a/sc/source/ui/formdlg/dwfunctr.cxx b/sc/source/ui/formdlg/dwfunctr.cxx
index 27f8b7f14c00..e3abe848a2c6 100644
--- a/sc/source/ui/formdlg/dwfunctr.cxx
+++ b/sc/source/ui/formdlg/dwfunctr.cxx
@@ -25,19 +25,19 @@
#include <sfx2/viewsh.hxx>
#include <formula/funcvarargs.h>
-#include "sc.hrc"
-#include "global.hxx"
-#include "scresid.hxx"
-#include "reffact.hxx"
-#include "document.hxx"
-#include "formulacell.hxx"
-#include "scmod.hxx"
-#include "inputhdl.hxx"
-#include "tabvwsh.hxx"
-#include "appoptio.hxx"
-#include "compiler.hxx"
-
-#include "dwfunctr.hxx"
+#include <sc.hrc>
+#include <global.hxx>
+#include <scresid.hxx>
+#include <reffact.hxx>
+#include <document.hxx>
+#include <formulacell.hxx>
+#include <scmod.hxx>
+#include <inputhdl.hxx>
+#include <tabvwsh.hxx>
+#include <appoptio.hxx>
+#include <compiler.hxx>
+
+#include <dwfunctr.hxx>
/*************************************************************************
#* Member: ScFunctionWin
diff --git a/sc/source/ui/formdlg/formdata.cxx b/sc/source/ui/formdlg/formdata.cxx
index 39a1646db199..3dfb94754fb5 100644
--- a/sc/source/ui/formdlg/formdata.cxx
+++ b/sc/source/ui/formdlg/formdata.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "formdata.hxx"
+#include <formdata.hxx>
ScFormEditData::ScFormEditData()
: formula::FormEditData()
diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx
index f597ec92b63c..6c52eb700b4b 100644
--- a/sc/source/ui/formdlg/formula.cxx
+++ b/sc/source/ui/formdlg/formula.cxx
@@ -18,7 +18,7 @@
*/
#include <memory>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/objsh.hxx>
@@ -34,26 +34,26 @@
#include <formula/IFunctionDescription.hxx>
#include <formula/errorcodes.hxx>
-#include "tokenuno.hxx"
-#include "formula.hxx"
-#include "formdata.hxx"
-#include "globstr.hrc"
-#include "scresid.hxx"
-#include "reffact.hxx"
-#include "document.hxx"
-#include "simpleformulacalc.hxx"
-#include "scmod.hxx"
-#include "inputhdl.hxx"
-#include "tabvwsh.hxx"
-#include "appoptio.hxx"
-#include "docsh.hxx"
-#include "funcdesc.hxx"
+#include <tokenuno.hxx>
+#include <formula.hxx>
+#include <formdata.hxx>
+#include <globstr.hrc>
+#include <scresid.hxx>
+#include <reffact.hxx>
+#include <document.hxx>
+#include <simpleformulacalc.hxx>
+#include <scmod.hxx>
+#include <inputhdl.hxx>
+#include <tabvwsh.hxx>
+#include <appoptio.hxx>
+#include <docsh.hxx>
+#include <funcdesc.hxx>
#include <formula/token.hxx>
-#include "tokenarray.hxx"
-#include "sc.hrc"
-#include "servuno.hxx"
-#include "unonames.hxx"
-#include "externalrefmgr.hxx"
+#include <tokenarray.hxx>
+#include <sc.hrc>
+#include <servuno.hxx>
+#include <unonames.hxx>
+#include <externalrefmgr.hxx>
#include <com/sun/star/table/CellAddress.hpp>