summaryrefslogtreecommitdiffstats
path: root/include/editeng/edtdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-16 08:11:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 08:37:25 +0000
commit7ab881a57d01e58eebcc2608ae8dd61af4552ae8 (patch)
treee8a5a50805ebd653834adbb03e7e98b8b6f22dc6 /include/editeng/edtdlg.hxx
parentloplugin:stringconstant (diff)
downloadcore-7ab881a57d01e58eebcc2608ae8dd61af4552ae8.tar.gz
core-7ab881a57d01e58eebcc2608ae8dd61af4552ae8.zip
loplugin:unusedmethods editeng
Change-Id: I15b2be5a9cd6e72447b674a65eabe9f89cb6ff12 Reviewed-on: https://gerrit.libreoffice.org/17115 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/edtdlg.hxx')
-rw-r--r--include/editeng/edtdlg.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/edtdlg.hxx b/include/editeng/edtdlg.hxx
index 01ff1ea7b9a6..6dc82f44756e 100644
--- a/include/editeng/edtdlg.hxx
+++ b/include/editeng/edtdlg.hxx
@@ -41,15 +41,11 @@ class AbstractThesaurusDialog : public VclAbstractDialog
{
public:
virtual OUString GetWord() = 0;
- virtual sal_uInt16 GetLanguage() const = 0;
- virtual vcl::Window* GetWindow() = 0;
};
class AbstractHyphenWordDialog : public VclAbstractDialog
{
public:
- virtual void SelLeft() = 0;
- virtual void SelRight() = 0;
virtual vcl::Window* GetWindow() = 0;
};