summaryrefslogtreecommitdiff
path: root/sc/source/filter/starcalc/scflt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/starcalc/scflt.cxx')
-rw-r--r--sc/source/filter/starcalc/scflt.cxx46
1 files changed, 23 insertions, 23 deletions
diff --git a/sc/source/filter/starcalc/scflt.cxx b/sc/source/filter/starcalc/scflt.cxx
index 2b69571e9c2f..84ecf76a0c84 100644
--- a/sc/source/filter/starcalc/scflt.cxx
+++ b/sc/source/filter/starcalc/scflt.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 <com/sun/star/style/NumberingType.hpp>
@@ -46,29 +46,29 @@
#include <math.h>
#include <string.h>
-#include "global.hxx"
-#include "sc.hrc"
-#include "attrib.hxx"
-#include "patattr.hxx"
-#include "docpool.hxx"
-#include "document.hxx"
+#include <global.hxx>
+#include <sc.hrc>
+#include <attrib.hxx>
+#include <patattr.hxx>
+#include <docpool.hxx>
+#include <document.hxx>
#include "collect.hxx"
-#include "rangenam.hxx"
-#include "dbdata.hxx"
-#include "stlsheet.hxx"
-#include "stlpool.hxx"
-#include "filter.hxx"
-#include "scflt.hxx"
-#include "formulacell.hxx"
-#include "scfobj.hxx"
-#include "docoptio.hxx"
-#include "viewopti.hxx"
-#include "postit.hxx"
-#include "globstr.hrc"
-#include "ftools.hxx"
-#include "tabprotection.hxx"
-
-#include "fprogressbar.hxx"
+#include <rangenam.hxx>
+#include <dbdata.hxx>
+#include <stlsheet.hxx>
+#include <stlpool.hxx>
+#include <filter.hxx>
+#include <scflt.hxx>
+#include <formulacell.hxx>
+#include <scfobj.hxx>
+#include <docoptio.hxx>
+#include <viewopti.hxx>
+#include <postit.hxx>
+#include <globstr.hrc>
+#include <ftools.hxx>
+#include <tabprotection.hxx>
+
+#include <fprogressbar.hxx>
#include <memory>
using namespace com::sun::star;