summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/optuno.hxx2
-rw-r--r--sc/inc/pch/precompiled_sc.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/optuno.hxx b/sc/inc/optuno.hxx
index 433dc7ec1898..72050044e363 100644
--- a/sc/inc/optuno.hxx
+++ b/sc/inc/optuno.hxx
@@ -39,7 +39,7 @@
class ScDocOptionsHelper
{
public:
- static o3tl::span<const SfxItemPropertyMapEntry> GetPropertyMap();
+ static std::span<const SfxItemPropertyMapEntry> GetPropertyMap();
static bool setPropertyValue( ScDocOptions& rOptions,
const SfxItemPropertyMap& rPropMap,
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index f2f14653ab09..df9c3c3322aa 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -47,6 +47,7 @@
#include <optional>
#include <ostream>
#include <set>
+#include <span>
#include <sstream>
#include <stddef.h>
#include <stdexcept>
@@ -344,7 +345,6 @@
#include <o3tl/enumarray.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/sorted_vector.hxx>
-#include <o3tl/span.hxx>
#include <o3tl/string_view.hxx>
#include <o3tl/strong_int.hxx>
#include <o3tl/typed_flags_set.hxx>