summaryrefslogtreecommitdiff
path: root/jvmfwk/inc/fwkbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/inc/fwkbase.hxx')
-rw-r--r--jvmfwk/inc/fwkbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/jvmfwk/inc/fwkbase.hxx b/jvmfwk/inc/fwkbase.hxx
index 07ea10a67ad1..a729f6ad52e4 100644
--- a/jvmfwk/inc/fwkbase.hxx
+++ b/jvmfwk/inc/fwkbase.hxx
@@ -21,7 +21,7 @@
#include <sal/config.h>
-#include <o3tl/optional.hxx>
+#include <optional>
#include <rtl/ustring.hxx>
#include "libxmlutil.hxx"
@@ -40,7 +40,7 @@ class VendorSettings
public:
VendorSettings();
- o3tl::optional<VersionInfo> getVersionInformation(const OUString & sVendor) const;
+ std::optional<VersionInfo> getVersionInformation(const OUString & sVendor) const;
};
/* The class offers functions to retrieve verified bootstrap parameters.