From 0d1ff2bfc439ff59dd6cec0a6cb6495f4ef2cc54 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 23 Aug 2011 10:01:48 +0100 Subject: generate list --- sfx2/source/control/unoctitm.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sfx2/source/control/unoctitm.cxx') diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 752c8250f0bf..4c93ccf3fb41 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -517,11 +517,6 @@ void SfxDispatchController_Impl::setMasterSlaveCommand( sal_Bool bSet ) bMasterSlave = bSet; } -sal_Bool SfxDispatchController_Impl::isMasterSlaveCommand() const -{ - return bMasterSlave; -} - void SfxDispatchController_Impl::UnBindController() { pDispatch = NULL; -- cgit