diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-18 13:00:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-19 06:26:00 +0000 |
commit | dcb1fbef204ebe7b0a6ccdf70630aa217a8d0e94 (patch) | |
tree | c00d8972fd57a628b8d1376ef605dc5107502ff6 /cui/source/inc/pastedlg.hxx | |
parent | 98b77ad1e6acbbdda4843a4b57c1185d53884581 (diff) |
loplugin:expandablemethodds in cui
Change-Id: I7b2321d45171f9b73965efea32832a3789f0dee7
Reviewed-on: https://gerrit.libreoffice.org/30011
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/pastedlg.hxx')
-rw-r--r-- | cui/source/inc/pastedlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/inc/pastedlg.hxx b/cui/source/inc/pastedlg.hxx index b43f4731d50a..2e0dec3a3c34 100644 --- a/cui/source/inc/pastedlg.hxx +++ b/cui/source/inc/pastedlg.hxx @@ -47,7 +47,6 @@ class SvPasteObjectDialog : public ModalDialog OUString aObjName; ListBox& ObjectLB() { return *m_pLbInsertList; } - FixedText& ObjectSource() { return *m_pFtObjectSource; } void SelectObject(); DECL_LINK( SelectHdl, ListBox&, void ); |