summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r--sc/source/ui/pagedlg/areasdlg.cxx18
-rw-r--r--sc/source/ui/pagedlg/hfedtdlg.cxx12
-rw-r--r--sc/source/ui/pagedlg/scuitphfedit.cxx28
-rw-r--r--sc/source/ui/pagedlg/tphf.cxx24
-rw-r--r--sc/source/ui/pagedlg/tphfedit.cxx30
-rw-r--r--sc/source/ui/pagedlg/tptable.cxx14
6 files changed, 63 insertions, 63 deletions
diff --git a/sc/source/ui/pagedlg/areasdlg.cxx b/sc/source/ui/pagedlg/areasdlg.cxx
index 9626d22e33a1..1ad3ebf896e2 100644
--- a/sc/source/ui/pagedlg/areasdlg.cxx
+++ b/sc/source/ui/pagedlg/areasdlg.cxx
@@ -26,15 +26,15 @@
#include <unotools/charclass.hxx>
#include <stdlib.h>
-#include "areasdlg.hxx"
-#include "scresid.hxx"
-#include "rangenam.hxx"
-#include "reffact.hxx"
-#include "tabvwsh.hxx"
-#include "docsh.hxx"
-#include "globstr.hrc"
-#include "compiler.hxx"
-#include "markdata.hxx"
+#include <areasdlg.hxx>
+#include <scresid.hxx>
+#include <rangenam.hxx>
+#include <reffact.hxx>
+#include <tabvwsh.hxx>
+#include <docsh.hxx>
+#include <globstr.hrc>
+#include <compiler.hxx>
+#include <markdata.hxx>
// List box positions for print range (PR)
enum {
diff --git a/sc/source/ui/pagedlg/hfedtdlg.cxx b/sc/source/ui/pagedlg/hfedtdlg.cxx
index aee90a6b1962..76a8be272ee4 100644
--- a/sc/source/ui/pagedlg/hfedtdlg.cxx
+++ b/sc/source/ui/pagedlg/hfedtdlg.cxx
@@ -19,14 +19,14 @@
#undef SC_DLLIMPLEMENTATION
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svl/eitem.hxx>
-#include "hfedtdlg.hxx"
-#include "global.hxx"
-#include "globstr.hrc"
-#include "scresid.hxx"
-#include "scuitphfedit.hxx"
+#include <hfedtdlg.hxx>
+#include <global.hxx>
+#include <globstr.hrc>
+#include <scresid.hxx>
+#include <scuitphfedit.hxx>
// macros from docsh4.cxx
//! use SIDs?
diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx
index 67155250f87e..527c3f31ffb3 100644
--- a/sc/source/ui/pagedlg/scuitphfedit.cxx
+++ b/sc/source/ui/pagedlg/scuitphfedit.cxx
@@ -19,7 +19,7 @@
#undef SC_DLLIMPLEMENTATION
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editobj.hxx>
@@ -34,19 +34,19 @@
#include <unotools/useroptions.hxx>
-#include "editutil.hxx"
-#include "global.hxx"
-#include "attrib.hxx"
-#include "patattr.hxx"
-#include "scresid.hxx"
-#include "sc.hrc"
-#include "globstr.hrc"
-#include "tabvwsh.hxx"
-#include "prevwsh.hxx"
-#include "textdlgs.hxx"
-#include "AccessibleEditObject.hxx"
-
-#include "scuitphfedit.hxx"
+#include <editutil.hxx>
+#include <global.hxx>
+#include <attrib.hxx>
+#include <patattr.hxx>
+#include <scresid.hxx>
+#include <sc.hrc>
+#include <globstr.hrc>
+#include <tabvwsh.hxx>
+#include <prevwsh.hxx>
+#include <textdlgs.hxx>
+#include <AccessibleEditObject.hxx>
+
+#include <scuitphfedit.hxx>
#include <memory>
// class ScHFEditPage
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx
index 3392c16a9018..a94cca63e746 100644
--- a/sc/source/ui/pagedlg/tphf.cxx
+++ b/sc/source/ui/pagedlg/tphf.cxx
@@ -19,23 +19,23 @@
#undef SC_DLLIMPLEMENTATION
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <sfx2/basedlgs.hxx>
#include <svl/style.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
-#include "tphf.hxx"
-#include "sc.hrc"
-#include "scabstdlg.hxx"
-#include "globstr.hrc"
-#include "tabvwsh.hxx"
-#include "viewdata.hxx"
-#include "document.hxx"
-#include "hfedtdlg.hxx"
-#include "styledlg.hxx"
-#include "scresid.hxx"
-#include "scuitphfedit.hxx"
+#include <tphf.hxx>
+#include <sc.hrc>
+#include <scabstdlg.hxx>
+#include <globstr.hrc>
+#include <tabvwsh.hxx>
+#include <viewdata.hxx>
+#include <document.hxx>
+#include <hfedtdlg.hxx>
+#include <styledlg.hxx>
+#include <scresid.hxx>
+#include <scuitphfedit.hxx>
#include <memory>
// class ScHFPage
diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx
index df331676d935..7fe3affa9506 100644
--- a/sc/source/ui/pagedlg/tphfedit.cxx
+++ b/sc/source/ui/pagedlg/tphfedit.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editobj.hxx>
@@ -32,20 +32,20 @@
#include <vcl/settings.hxx>
#include <vcl/builderfactory.hxx>
-#include "tphfedit.hxx"
-#include "editutil.hxx"
-#include "global.hxx"
-#include "attrib.hxx"
-#include "patattr.hxx"
-#include "scresid.hxx"
-#include "sc.hrc"
-#include "globstr.hrc"
-#include "strings.hrc"
-#include "tabvwsh.hxx"
-#include "prevwsh.hxx"
-#include "AccessibleEditObject.hxx"
-
-#include "scabstdlg.hxx"
+#include <tphfedit.hxx>
+#include <editutil.hxx>
+#include <global.hxx>
+#include <attrib.hxx>
+#include <patattr.hxx>
+#include <scresid.hxx>
+#include <sc.hrc>
+#include <globstr.hrc>
+#include <strings.hrc>
+#include <tabvwsh.hxx>
+#include <prevwsh.hxx>
+#include <AccessibleEditObject.hxx>
+
+#include <scabstdlg.hxx>
#include <memory>
diff --git a/sc/source/ui/pagedlg/tptable.cxx b/sc/source/ui/pagedlg/tptable.cxx
index cf3170a22258..be608b015f53 100644
--- a/sc/source/ui/pagedlg/tptable.cxx
+++ b/sc/source/ui/pagedlg/tptable.cxx
@@ -19,16 +19,16 @@
#undef SC_DLLIMPLEMENTATION
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <vcl/settings.hxx>
-#include "tptable.hxx"
-#include "global.hxx"
-#include "attrib.hxx"
-#include "scresid.hxx"
-#include "sc.hrc"
-#include "bitmaps.hlst"
+#include <tptable.hxx>
+#include <global.hxx>
+#include <attrib.hxx>
+#include <scresid.hxx>
+#include <sc.hrc>
+#include <bitmaps.hlst>
// Static Data