summaryrefslogtreecommitdiff
path: root/sfx2/source/control/request.cxx
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-05 18:47:50 +0800
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-02-05 21:40:30 +0400
commit9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c (patch)
treefcfff781b70e6423b5b5c32831eae1ca251be6b7 /sfx2/source/control/request.cxx
parent4fa8d043f8336e7b35130934498f8a4b357967d3 (diff)
Remove unused code
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;