summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager/dp_properties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/manager/dp_properties.hxx')
-rw-r--r--desktop/source/deployment/manager/dp_properties.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/manager/dp_properties.hxx b/desktop/source/deployment/manager/dp_properties.hxx
index f6edd8476629..cc4bd931df34 100644
--- a/desktop/source/deployment/manager/dp_properties.hxx
+++ b/desktop/source/deployment/manager/dp_properties.hxx
@@ -23,7 +23,7 @@
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
namespace dp_manager {
@@ -34,8 +34,8 @@ class ExtensionProperties final
OUString m_propFileUrl;
const css::uno::Reference<css::ucb::XCommandEnvironment> m_xCmdEnv;
const css::uno::Reference<css::uno::XComponentContext> m_xContext;
- ::boost::optional< OUString> m_prop_suppress_license;
- ::boost::optional< OUString> m_prop_extension_update;
+ ::o3tl::optional< OUString> m_prop_suppress_license;
+ ::o3tl::optional< OUString> m_prop_extension_update;
static OUString getPropertyValue(css::beans::NamedValue const & v);
public: