summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/eeparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/eeparser.hxx')
-rw-r--r--sc/source/filter/inc/eeparser.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/eeparser.hxx b/sc/source/filter/inc/eeparser.hxx
index 90fe0960a810..dbd0cbd56137 100644
--- a/sc/source/filter/inc/eeparser.hxx
+++ b/sc/source/filter/inc/eeparser.hxx
@@ -24,7 +24,7 @@
#include <vcl/graph.hxx>
#include <svl/itemset.hxx>
#include <editeng/editdata.hxx>
-#include <o3tl/optional.hxx>
+#include <optional>
#include <address.hxx>
#include <memory>
#include <vector>
@@ -52,11 +52,11 @@ struct ScEEParseEntry
{
SfxItemSet aItemSet;
ESelection aSel; // Selection in EditEngine
- o3tl::optional<OUString>
+ std::optional<OUString>
pValStr; // HTML possibly SDVAL string
- o3tl::optional<OUString>
+ std::optional<OUString>
pNumStr; // HTML possibly SDNUM string
- o3tl::optional<OUString>
+ std::optional<OUString>
pName; // HTML possibly anchor/RangeName
OUString aAltText; // HTML IMG ALT Text
std::vector< std::unique_ptr<ScHTMLImage> > maImageList; // graphics in this cell