From 1d25e1de0b9498e469cb052b2d86bf7f7ae6adae Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 10 Apr 2014 09:31:46 +0200 Subject: Clean up function declarations and some unused functions Change-Id: I9d6e9df0b686c61597aaa0e194ab321445671a20 --- sfx2/source/appl/helpinterceptor.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sfx2/source/appl/helpinterceptor.cxx') diff --git a/sfx2/source/appl/helpinterceptor.cxx b/sfx2/source/appl/helpinterceptor.cxx index fa81e5455a69..a7dc82cb7c66 100644 --- a/sfx2/source/appl/helpinterceptor.cxx +++ b/sfx2/source/appl/helpinterceptor.cxx @@ -36,10 +36,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; using namespace ::com::sun::star::lang; -extern void AppendConfigToken_Impl( OUString& rURL, bool bQuestionMark ); // sfxhelp.cxx - -// class HelpInterceptor_Impl -------------------------------------------- - HelpInterceptor_Impl::HelpInterceptor_Impl() : m_pHistory ( NULL ), -- cgit