From 154fd181f9c6909090e3dc5ee64645fc5d8fd9be Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 10 Sep 2011 23:27:22 +0100 Subject: so now SfxRequest::GetRecordingMacro NULL returning stub can be removed --- sfx2/source/control/request.cxx | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'sfx2/source/control/request.cxx') diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx index bc5e03feea91..6f9c03a9d69a 100644 --- a/sfx2/source/control/request.cxx +++ b/sfx2/source/control/request.cxx @@ -824,20 +824,6 @@ sal_Bool SfxRequest::IsDone() const //-------------------------------------------------------------------- -SfxMacro* SfxRequest::GetRecordingMacro() - -/* [Description] - - With this method it can be queried as to whether and to what - the SfxRequests is being recorded. -*/ - -{ - return NULL; -} - -//-------------------------------------------------------------------- - com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > SfxRequest::GetMacroRecorder( SfxViewFrame* pView ) /* [Description] -- cgit