From a34e61d3c1821a2bcec5fce378da77f20719a109 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 12 Jul 2011 21:23:12 +0100 Subject: callcatcher: unused HelpInterceptor_Impl::SetStartURL --- sfx2/source/appl/helpinterceptor.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2/source/appl/helpinterceptor.hxx') diff --git a/sfx2/source/appl/helpinterceptor.hxx b/sfx2/source/appl/helpinterceptor.hxx index e912fcdf2364..f610d9d94fde 100644 --- a/sfx2/source/appl/helpinterceptor.hxx +++ b/sfx2/source/appl/helpinterceptor.hxx @@ -85,7 +85,6 @@ public: ~HelpInterceptor_Impl(); void setInterception( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame ); - void SetStartURL( const String& rURL ); String GetCurrentURL() const { return m_aCurrentURL; } -- cgit