summaryrefslogtreecommitdiff
path: root/sfx2/source/control
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-25 14:35:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-25 14:42:38 +0100
commit37fff5e32a5c918e27b031b2a7ddb97fd9d8b45d (patch)
treeaadb80fe51c8994dd374934e7083b979b7c55059 /sfx2/source/control
parent5b9005677020c1111259bd0adc292a9b838c2995 (diff)
remove newly unused code
Diffstat (limited to 'sfx2/source/control')
-rw-r--r--sfx2/source/control/unoctitm.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 4c93ccf3fb41..021824698cf3 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -258,16 +258,6 @@ void SfxUnoControllerItem::GetNewDispatch()
return xDisp;
}
-void SfxUnoControllerItem::Execute()
-{
- // dispatch the resource
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aSeq(1);
- aSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Referer") );
- aSeq[0].Value <<= ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("private:select") );
- if ( xDispatch.is() )
- xDispatch->dispatch( aCommand, aSeq );
-}
-
void SfxUnoControllerItem::ReleaseBindings()
{
// connection to binding is lost; so forget the binding and the dispatch