summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/calcoptionsdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/optdlg/calcoptionsdlg.cxx')
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.cxx20
1 files changed, 10 insertions, 10 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 {