summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext/ucpext_content.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ext/ucpext_content.hxx')
-rw-r--r--ucb/source/ucp/ext/ucpext_content.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.hxx b/ucb/source/ucp/ext/ucpext_content.hxx
index ebe17b355f8d..ed0b6e93a5fd 100644
--- a/ucb/source/ucp/ext/ucpext_content.hxx
+++ b/ucb/source/ucp/ext/ucpext_content.hxx
@@ -25,7 +25,7 @@
#include <ucbhelper/contenthelper.hxx>
-#include <o3tl/optional.hxx>
+#include <optional>
namespace ucb { namespace ucp { namespace ext
@@ -122,8 +122,8 @@ namespace ucb { namespace ucp { namespace ext
private:
ExtensionContentType m_eExtContentType;
- ::o3tl::optional< bool > m_aIsFolder;
- ::o3tl::optional< OUString > m_aContentType;
+ ::std::optional< bool > m_aIsFolder;
+ ::std::optional< OUString > m_aContentType;
OUString m_sExtensionId;
OUString m_sPathIntoExtension;
};