From 89ef4dea325a11c706ff9619ff4717124260f864 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 17 Jul 2015 10:34:58 +0200 Subject: loplugin:unusedmethods cui Change-Id: I8a4cb855054c487d7a8307ad219f10b06db3248b --- cui/source/inc/scriptdlg.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'cui/source/inc/scriptdlg.hxx') diff --git a/cui/source/inc/scriptdlg.hxx b/cui/source/inc/scriptdlg.hxx index 5abe86f4a2ea..2e0227ae19a9 100644 --- a/cui/source/inc/scriptdlg.hxx +++ b/cui/source/inc/scriptdlg.hxx @@ -66,7 +66,6 @@ private: static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getDocumentModel( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xCtx, OUString& docName ); protected: - void ExpandTree( SvTreeListEntry* pRootEntry ); virtual void RequestingChildren( SvTreeListEntry* pParent ) SAL_OVERRIDE; virtual void ExpandedHdl() SAL_OVERRIDE; virtual bool ExpandingHdl() SAL_OVERRIDE; @@ -126,7 +125,6 @@ public: virtual ~SFEntry() {} ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode > GetNode() { return nodes ;} ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > GetModel() { return model ;}; - sal_uInt8 GetType() const { return nType; } bool isLoaded() const { return loaded; } void setLoaded() { loaded=true; } }; -- cgit