diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-12 10:45:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-13 08:12:34 +0100 |
commit | b4641df5de7842d6a8fc2c4f839214bf01160c8c (patch) | |
tree | b4ad3b357ad956a7664715d61bd7da9cc568da01 /vcl/source/control/edit.cxx | |
parent | 753084a3f73bb8a88412feac7aa40a2750e6e9f3 (diff) |
loplugin:unusedmethods
Change-Id: I8ad75d1251df4d6f8097aaa68e4ec92331e38ad4
Reviewed-on: https://gerrit.libreoffice.org/85077
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/control/edit.cxx')
-rw-r--r-- | vcl/source/control/edit.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index 0bd6273670e3..41d5ea4a42e6 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -2698,11 +2698,6 @@ sal_Int32 Edit::GetMaxVisChars() const return nCharWidth ? nOutWidth/nCharWidth : 0; } -sal_Int32 Edit::GetCharPos( const Point& rWindowPos ) const -{ - return ImplGetCharPos( rWindowPos ); -} - void Edit::SetGetSpecialCharsFunction( FncGetSpecialChars fn ) { pImplFncGetSpecialChars = fn; |