summaryrefslogtreecommitdiff
path: root/sfx2/source/control
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-10 23:27:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-12 09:10:01 +0100
commit154fd181f9c6909090e3dc5ee64645fc5d8fd9be (patch)
treefed2c89aed6f0de9b1e5498eca40ba69b86c7427 /sfx2/source/control
parent9d5fcd70e1bfdb66bb3e8ee7005ac723f1a5061f (diff)
so now SfxRequest::GetRecordingMacro NULL returning stub can be removed
Diffstat (limited to 'sfx2/source/control')
-rw-r--r--sfx2/source/control/request.cxx14
1 files changed, 0 insertions, 14 deletions
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 <SfxMacro>
- the SfxRequests is being recorded.
-*/
-
-{
- return NULL;
-}
-
-//--------------------------------------------------------------------
-
com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > SfxRequest::GetMacroRecorder( SfxViewFrame* pView )
/* [Description]