summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2021-04-16 00:27:57 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-04-25 22:09:27 +0200
commite002f82ccfcb8d8b7abad07a62d36a9ac686455f (patch)
tree45faa9692e06d5dd9b4c6e05ca968441a6e1b3a6 /sfx2/source
parentc523da10fbdd54b80439e9594e3e5af78f6e955b (diff)
Remove .uno:QuestionAnswers, direct safeMode help to landing page
Change-Id: I41a456b838508a7904a81ff858de6dada0ed6824
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/appserv.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 9295718c37ab..31f090bc3ee6 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -546,17 +546,6 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
sfx2::openUriExternally(sURL, false);
break;
}
-
- case SID_Q_AND_A:
- {
- // Askbot has URL's normalized to languages, not locales
- // Get language from locale: ll or lll or ll-CC or lll-CC
-
- OUString sURL(officecfg::Office::Common::Menus::QA_URL::get() + //https://hub.libreoffice.org/forum/
- "?LOlocale=" + utl::ConfigManager::getUILocale());
- sfx2::openUriExternally(sURL, false);
- break;
- }
case SID_DOCUMENTATION:
{
// Open documentation page based on locales