summaryrefslogtreecommitdiff
path: root/cui/source/inc/pastedlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-18 13:00:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 06:26:00 +0000
commitdcb1fbef204ebe7b0a6ccdf70630aa217a8d0e94 (patch)
treec00d8972fd57a628b8d1376ef605dc5107502ff6 /cui/source/inc/pastedlg.hxx
parent98b77ad1e6acbbdda4843a4b57c1185d53884581 (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.hxx1
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 );