summaryrefslogtreecommitdiffstats
path: root/include/svtools/editimplementation.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 11:27:52 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-14 10:21:55 +0000
commit06ea347b939895d3091ce747c26de58f4d4a766a (patch)
treee93a25d2aadc36c263a8ccd8b593449b37fb8b6b /include/svtools/editimplementation.hxx
parentsfx2: remove the global SidebarController::maSidebarControllerContainer (diff)
downloadcore-06ea347b939895d3091ce747c26de58f4d4a766a.tar.gz
core-06ea347b939895d3091ce747c26de58f4d4a766a.zip
loplugin:unusedmethods svtools
Change-Id: I04ad31055c04a247faddf4311943ca769051473c Reviewed-on: https://gerrit.libreoffice.org/17032 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools/editimplementation.hxx')
-rw-r--r--include/svtools/editimplementation.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svtools/editimplementation.hxx b/include/svtools/editimplementation.hxx
index 4140388fcea4..f6a98a6ad80d 100644
--- a/include/svtools/editimplementation.hxx
+++ b/include/svtools/editimplementation.hxx
@@ -87,13 +87,6 @@ void GenericEditImplementation< EDIT >::ReplaceSelected( const OUString& _rStr )
template <class EDIT>
-void GenericEditImplementation< EDIT >::DeleteSelected()
-{
- m_rEdit.DeleteSelected();
-}
-
-
-template <class EDIT>
OUString GenericEditImplementation< EDIT >::GetSelected( LineEnd ) const
{
return m_rEdit.GetSelected( );