summaryrefslogtreecommitdiff
path: root/framework/source/classes/taskcreator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/classes/taskcreator.cxx')
-rw-r--r--framework/source/classes/taskcreator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx
index 62762c80cce4..f5c90bc0cfbe 100644
--- a/framework/source/classes/taskcreator.cxx
+++ b/framework/source/classes/taskcreator.cxx
@@ -68,7 +68,7 @@ css::uno::Reference< css::frame::XFrame > TaskCreator::createTask( const OUStrin
)
{
- boost::optional<OUString> x(officecfg::Office::TabBrowse::TaskCreatorService::ImplementationName::get(m_xContext));
+ o3tl::optional<OUString> x(officecfg::Office::TabBrowse::TaskCreatorService::ImplementationName::get(m_xContext));
if (x) sCreator = *x;
}