diff options
Diffstat (limited to 'sw/inc/unocrsr.hxx')
-rw-r--r-- | sw/inc/unocrsr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/unocrsr.hxx b/sw/inc/unocrsr.hxx index 32006a4db909..55063694c9dc 100644 --- a/sw/inc/unocrsr.hxx +++ b/sw/inc/unocrsr.hxx @@ -95,8 +95,6 @@ public: nsSwCursorSelOverFlags::SELOVER_TOGGLE | nsSwCursorSelOverFlags::SELOVER_CHANGEPOS )) SAL_OVERRIDE; - std::shared_ptr<SwUnoCrsr> Clone() const; - void MakeBoxSels(); SwCursor& GetSelRing() { return m_aTableSel; } |