summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/dp_identifier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/dp_identifier.hxx')
-rw-r--r--desktop/source/deployment/inc/dp_identifier.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/inc/dp_identifier.hxx b/desktop/source/deployment/inc/dp_identifier.hxx
index 16d95c57baf9..a7ce629f42ff 100644
--- a/desktop/source/deployment/inc/dp_identifier.hxx
+++ b/desktop/source/deployment/inc/dp_identifier.hxx
@@ -22,7 +22,7 @@
#include <sal/config.h>
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include "dp_misc_api.hxx"
@@ -47,7 +47,7 @@ namespace dp_misc {
on the given file name
*/
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC OUString generateIdentifier(
- ::boost::optional< OUString > const & optional,
+ ::o3tl::optional< OUString > const & optional,
OUString const & fileName);
/**