summaryrefslogtreecommitdiff
path: root/include/comphelper/logging.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/logging.hxx')
-rw-r--r--include/comphelper/logging.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx
index 5057ff9d838f..1fa7601519db 100644
--- a/include/comphelper/logging.hxx
+++ b/include/comphelper/logging.hxx
@@ -23,7 +23,7 @@
#include <comphelper/comphelperdllapi.h>
#include <rtl/ustring.hxx>
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
#include <memory>
namespace com::sun::star::uno { template <class interface_type> class Reference; }
@@ -65,7 +65,7 @@ namespace comphelper
//= EventLogger
class EventLogger_Impl;
- typedef ::boost::optional< OUString > OptionalString;
+ typedef ::o3tl::optional< OUString > OptionalString;
/** encapsulates a css::logging::XLogger