diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-15 14:58:27 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-15 14:59:33 +0200 |
commit | f466347a5a054c1705a0a3a453e825f16a01a85d (patch) | |
tree | 164c53280bcb57e364ab4617cd06f2592e4c2e37 /sw/inc | |
parent | a111044babf3ee929baf548b7ad29df0a419293b (diff) |
sw: remove unused SwUnoTableCrsr::Clone()
Change-Id: Ic41c9fb96bf0d3dc429f1de18b8ce93c50885827
Diffstat (limited to 'sw/inc')
-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; } |