summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/ISidebarReceiver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/ISidebarReceiver.hxx')
-rw-r--r--sd/source/ui/sidebar/ISidebarReceiver.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/ISidebarReceiver.hxx b/sd/source/ui/sidebar/ISidebarReceiver.hxx
index 2c5867391981..4e6b8de1d29b 100644
--- a/sd/source/ui/sidebar/ISidebarReceiver.hxx
+++ b/sd/source/ui/sidebar/ISidebarReceiver.hxx
@@ -26,8 +26,6 @@ namespace sd { namespace sidebar {
class ISidebarReceiver
{
public:
- virtual void SetSidebar (const ::com::sun::star::uno::Reference<
- ::com::sun::star::ui::XSidebar>& rxSidebar) = 0;
virtual ~ISidebarReceiver();
};