summaryrefslogtreecommitdiff
path: root/include/framework/sfxhelperfunctions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/sfxhelperfunctions.hxx')
-rw-r--r--include/framework/sfxhelperfunctions.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/framework/sfxhelperfunctions.hxx b/include/framework/sfxhelperfunctions.hxx
index e88e1708a05a..5c39b12ebd46 100644
--- a/include/framework/sfxhelperfunctions.hxx
+++ b/include/framework/sfxhelperfunctions.hxx
@@ -51,10 +51,6 @@ typedef bool ( *pfunc_isDockingWindowVisible)(
const css::uno::Reference< css::frame::XFrame >& rFrame,
const OUString& rResourceURL );
-typedef void ( *pfunc_activateToolPanel)(
- const css::uno::Reference< css::frame::XFrame >& i_rFrame,
- const OUString& i_rPanelURL );
-
namespace framework
{
@@ -85,11 +81,6 @@ FWE_DLLPUBLIC pfunc_isDockingWindowVisible SAL_CALL SetIsDockingWindowVisible( p
FWE_DLLPUBLIC bool SAL_CALL IsDockingWindowVisible(
const css::uno::Reference< css::frame::XFrame >& rFrame,
const OUString& rResourceURL );
-
-FWE_DLLPUBLIC pfunc_activateToolPanel SAL_CALL SetActivateToolPanel( pfunc_activateToolPanel i_pActivator );
-FWE_DLLPUBLIC void SAL_CALL ActivateToolPanel(
- const css::uno::Reference< css::frame::XFrame >& i_rFrame,
- const OUString& i_rPanelURL );
}
#endif // INCLUDED_FRAMEWORK_SFXHELPERFUNCTIONS_HXX