summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-10 18:19:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-11 01:55:39 +0200
commit2bac61013e57013bccac8c9d76482b34b5db7f69 (patch)
tree4a4cdae419248459eae6c276152b2864138980dd /sc/source/ui/docshell
parent2ce779cd0cc750a0e2f6a10ae7f2cb0e6fbcdab5 (diff)
fix-includes.pl: sc
Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/docsh.cxx2
-rw-r--r--sc/source/ui/docshell/docsh8.cxx4
-rw-r--r--sc/source/ui/docshell/externalrefmgr.cxx36
-rw-r--r--sc/source/ui/docshell/macromgr.cxx6
-rw-r--r--sc/source/ui/docshell/tablink.cxx2
5 files changed, 25 insertions, 25 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 7958920c5540..2cc729ef01f8 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -37,7 +37,7 @@
#include <sfx2/viewfrm.hxx>
#include <svl/documentlockfile.hxx>
#include <svl/sharecontrolfile.hxx>
-#include "svl/urihelper.hxx"
+#include <svl/urihelper.hxx>
#include "chgtrack.hxx"
#include "chgviset.hxx"
#include <com/sun/star/awt/Key.hpp>
diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx
index 90cedae70528..ddb2e575d112 100644
--- a/sc/source/ui/docshell/docsh8.cxx
+++ b/sc/source/ui/docshell/docsh8.cxx
@@ -66,8 +66,8 @@
#include "dbdocutl.hxx"
#include "dociter.hxx"
#include "globstr.hrc"
-#include "svl/zformat.hxx"
-#include "svl/intitem.hxx"
+#include <svl/zformat.hxx>
+#include <svl/intitem.hxx>
#include "patattr.hxx"
#include "scitems.hxx"
#include "docpool.hxx"
diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx
index 257291248d18..25dfe63ae1f7 100644
--- a/sc/source/ui/docshell/externalrefmgr.cxx
+++ b/sc/source/ui/docshell/externalrefmgr.cxx
@@ -33,24 +33,24 @@
#include "globstr.hrc"
#include "cellvalue.hxx"
-#include "sfx2/app.hxx"
-#include "sfx2/docfilt.hxx"
-#include "sfx2/docfile.hxx"
-#include "sfx2/fcontnr.hxx"
-#include "sfx2/sfxsids.hrc"
-#include "sfx2/objsh.hxx"
-#include "svl/broadcast.hxx"
-#include "svl/smplhint.hxx"
-#include "svl/itemset.hxx"
-#include "svl/stritem.hxx"
-#include "svl/urihelper.hxx"
-#include "svl/zformat.hxx"
-#include "svl/sharedstringpool.hxx"
-#include "sfx2/linkmgr.hxx"
-#include "tools/urlobj.hxx"
-#include "unotools/ucbhelper.hxx"
-#include "unotools/localfilehelper.hxx"
-#include "vcl/msgbox.hxx"
+#include <sfx2/app.hxx>
+#include <sfx2/docfilt.hxx>
+#include <sfx2/docfile.hxx>
+#include <sfx2/fcontnr.hxx>
+#include <sfx2/sfxsids.hrc>
+#include <sfx2/objsh.hxx>
+#include <svl/broadcast.hxx>
+#include <svl/smplhint.hxx>
+#include <svl/itemset.hxx>
+#include <svl/stritem.hxx>
+#include <svl/urihelper.hxx>
+#include <svl/zformat.hxx>
+#include <svl/sharedstringpool.hxx>
+#include <sfx2/linkmgr.hxx>
+#include <tools/urlobj.hxx>
+#include <unotools/ucbhelper.hxx>
+#include <unotools/localfilehelper.hxx>
+#include <vcl/msgbox.hxx>
#include "stringutil.hxx"
#include "scmatrix.hxx"
diff --git a/sc/source/ui/docshell/macromgr.cxx b/sc/source/ui/docshell/macromgr.cxx
index 6de5358fd9f2..263ed4e617e4 100644
--- a/sc/source/ui/docshell/macromgr.cxx
+++ b/sc/source/ui/docshell/macromgr.cxx
@@ -20,9 +20,9 @@
#include "macromgr.hxx"
#include "document.hxx"
-#include "basic/basmgr.hxx"
-#include "cppuhelper/implbase1.hxx"
-#include "sfx2/objsh.hxx"
+#include <basic/basmgr.hxx>
+#include <cppuhelper/implbase1.hxx>
+#include <sfx2/objsh.hxx>
#include "formulacell.hxx"
#include <com/sun/star/container/XContainer.hpp>
diff --git a/sc/source/ui/docshell/tablink.cxx b/sc/source/ui/docshell/tablink.cxx
index e3c36033a1bc..f1af923f6f84 100644
--- a/sc/source/ui/docshell/tablink.cxx
+++ b/sc/source/ui/docshell/tablink.cxx
@@ -40,7 +40,7 @@
#include "global.hxx"
#include "hints.hxx"
#include "dociter.hxx"
-#include "formula/opcode.hxx"
+#include <formula/opcode.hxx>
#include "formulacell.hxx"
#include "formulaiter.hxx"
#include "tokenarray.hxx"