diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-20 21:16:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-21 16:50:41 +0100 |
commit | d4cfc4d628431b2a9271eb3a194ac4557d709d2f (patch) | |
tree | 81a24b5117484e4ea688b9690a06d0ea147aa032 /framework/source/classes | |
parent | 9cd35a2896a1557a6757069d6defe0dbd0cbe2c1 (diff) |
remove unused GSOC 2005 "Tabbed Document Windows for OOo"
this was #i54847#
Change-Id: I312e3ea9b123976e9929f6601a931ff8a108d7b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87113
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/source/classes')
-rw-r--r-- | framework/source/classes/taskcreator.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx index f5c90bc0cfbe..65755aa8d674 100644 --- a/framework/source/classes/taskcreator.cxx +++ b/framework/source/classes/taskcreator.cxx @@ -27,8 +27,6 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/beans/NamedValue.hpp> -#include <officecfg/Office/TabBrowse.hxx> - namespace framework{ /*-**************************************************************************************************** @@ -62,16 +60,6 @@ css::uno::Reference< css::frame::XFrame > TaskCreator::createTask( const OUStrin try { - if ( - ( TargetHelper::matchSpecialTarget(sName, TargetHelper::ESpecialTarget::Blank ) ) || - ( TargetHelper::matchSpecialTarget(sName, TargetHelper::ESpecialTarget::Default) ) - ) - { - - o3tl::optional<OUString> x(officecfg::Office::TabBrowse::TaskCreatorService::ImplementationName::get(m_xContext)); - if (x) sCreator = *x; - } - xCreator.set( m_xContext->getServiceManager()->createInstanceWithContext(sCreator, m_xContext), css::uno::UNO_QUERY_THROW); } catch(const css::uno::Exception&) |