summaryrefslogtreecommitdiff
path: root/include/sfx2/passwd.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-27 12:07:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-27 12:43:46 +0000
commit337e19bf469c0a7a10fabd07fa6ae13f77075e36 (patch)
treecbbb7c3f05eae32cf028c3009ab8f1b39e2bf5cb /include/sfx2/passwd.hxx
parent40241c2aec0e88cbb51b802bda2db458e14f792f (diff)
loplugin:expandablemethods in sfx2
Change-Id: I5dcc9e6e7fef210f85a01057ddf59f8de14b847d Reviewed-on: https://gerrit.libreoffice.org/30320 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/passwd.hxx')
-rw-r--r--include/sfx2/passwd.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/passwd.hxx b/include/sfx2/passwd.hxx
index 0a256e727c99..1c8984f1b5ac 100644
--- a/include/sfx2/passwd.hxx
+++ b/include/sfx2/passwd.hxx
@@ -103,10 +103,6 @@ public:
{
return mpPassword2ED->GetText();
}
- OUString GetConfirm2() const
- {
- return mpConfirm2ED->GetText();
- }
void SetGroup2Text(const OUString& i_rText)
{
mpPassword2Box->set_label(i_rText);