diff options
Diffstat (limited to 'sw/source/uibase/inc/edtwin.hxx')
-rw-r--r-- | sw/source/uibase/inc/edtwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx index fb9f9f720bff..acd463ad74ed 100644 --- a/sw/source/uibase/inc/edtwin.hxx +++ b/sw/source/uibase/inc/edtwin.hxx @@ -92,7 +92,7 @@ class SW_DLLPUBLIC SwEditWin final : public vcl::Window, std::unique_ptr<SdrDropMarkerOverlay> m_pUserMarker; SdrObject *m_pUserMarkerObj; std::unique_ptr<SwShadowCursor, o3tl::default_delete<SwShadowCursor>> m_pShadCursor; - boost::optional<Point> m_xRowColumnSelectionStart; // save position where table row/column selection has been started + o3tl::optional<Point> m_xRowColumnSelectionStart; // save position where table row/column selection has been started SwView &m_rView; |