summaryrefslogtreecommitdiff
path: root/sc/inc/sheetevents.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/sheetevents.hxx')
-rw-r--r--sc/inc/sheetevents.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/sheetevents.hxx b/sc/inc/sheetevents.hxx
index fb9d5dfcdd66..2c789417a411 100644
--- a/sc/inc/sheetevents.hxx
+++ b/sc/inc/sheetevents.hxx
@@ -23,7 +23,7 @@
#include <rtl/ustring.hxx>
#include <memory>
-#include <o3tl/optional.hxx>
+#include <optional>
enum class ScSheetEventId {
FOCUS, UNFOCUS, SELECT, DOUBLECLICK, RIGHTCLICK, CHANGE, CALCULATE, COUNT,
@@ -32,7 +32,7 @@ enum class ScSheetEventId {
class ScSheetEvents
{
- std::unique_ptr<o3tl::optional<OUString>[]> mpScriptNames;
+ std::unique_ptr<std::optional<OUString>[]> mpScriptNames;
void Clear();