summaryrefslogtreecommitdiff
path: root/sfx2/source/view/sfxbasecontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/sfxbasecontroller.cxx')
-rw-r--r--sfx2/source/view/sfxbasecontroller.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx
index 2c2ec74e29c3..c2cc85fe17c2 100644
--- a/sfx2/source/view/sfxbasecontroller.cxx
+++ b/sfx2/source/view/sfxbasecontroller.cxx
@@ -1169,7 +1169,7 @@ throw (RuntimeException, std::exception)
}
}
- return comphelper::containerToSequence< sal_Int16 >( aGroupList );
+ return comphelper::containerToSequence( aGroupList );
}
uno::Sequence< frame::DispatchInformation > SAL_CALL SfxBaseController::getConfigurableDispatchInformation( sal_Int16 nCmdGroup )
@@ -1214,10 +1214,7 @@ throw (RuntimeException, std::exception)
}
}
- uno::Sequence< frame::DispatchInformation > aSeq =
- comphelper::containerToSequence< frame::DispatchInformation, std::list< frame::DispatchInformation > >( aCmdList );
-
- return aSeq;
+ return comphelper::containerToSequence( aCmdList );
}
bool SfxBaseController::HandleEvent_Impl( NotifyEvent& rEvent )