summaryrefslogtreecommitdiff
path: root/sfx2/source/control/request.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/request.cxx')
-rw-r--r--sfx2/source/control/request.cxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx
index d4a8786d32ee..2bdc5d16e3a0 100644
--- a/sfx2/source/control/request.cxx
+++ b/sfx2/source/control/request.cxx
@@ -870,29 +870,6 @@ sal_uInt16 SfxRequest::GetModifier() const
//--------------------------------------------------------------------
-void SfxRequest::SetTarget( const String &rTarget )
-
-/* [Description]
-
- With this method the recording of the target object can be implemented.
-
- [Example]
-
- The BASIC-Methode 'Open' is although executed by the Shell 'Application'
- but recorded on the Objekt 'Documents' (global):
-
- rReq.SetTarget( "Documents" );
-
- This then leads to:
-
- Documents.Open( ... )
-*/
-
-{
- pImp->aTarget = rTarget;
- pImp->bUseTarget = sal_True;
-}
-
void SfxRequest::AllowRecording( sal_Bool bSet )
{
pImp->bAllowRecording = bSet;