summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index b35353f60d89..8503eca4f7f9 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -29,7 +29,7 @@
#include <cstddef>
#include <memory>
#include <vector>
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
class SfxItemSet;
@@ -158,7 +158,7 @@ class SW_DLLPUBLIC SwRangeRedline : public SwPaM
bool m_bIsVisible : 1;
sal_uInt32 const m_nId;
- boost::optional<long> m_oLOKLastNodeTop;
+ o3tl::optional<long> m_oLOKLastNodeTop;
void MoveToSection();
void CopyToSection();