summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-05 11:27:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-05 11:47:14 +0100
commit0b4ba827060757ee0ce23030bc8e25b5ddb9581f (patch)
tree15e5ed72f2f96faa1cf0cc08aa9d036439af25f5 /desktop/source/deployment
parent9802c4500978198034116c27fc6add66b0c37769 (diff)
Remove hack for LO 3.6.x downgrading to preregistered bundled extensions again
With LO 4 using its own user profile, the problem of sharing a user profile between LO versions that do and do not use preregistration of bundled extensions can no longer happen, and so e9631f40ee49a244b6c6816e5cfb36814b9bafba "fdo#53006: And detect LO downgrading scenarios..." can be reverted again. Change-Id: I515077340823b8b277ffb6758b0d6a3cf8bfd0d5
Diffstat (limited to 'desktop/source/deployment')
-rw-r--r--desktop/source/deployment/registry/component/dp_component.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx
index 7205a17c88f2..e974034d744d 100644
--- a/desktop/source/deployment/registry/component/dp_component.cxx
+++ b/desktop/source/deployment/registry/component/dp_component.cxx
@@ -1009,13 +1009,6 @@ void BackendImpl::unorc_flush( Reference<XCommandEnvironment> const & xCmdEnv )
buf.append(LF);
}
- // See refreshBundledExtensionsDir (desktop/source/app/app.cxx):
- if (m_eContext == CONTEXT_BUNDLED)
- {
- buf.append("LIBO_NON_PREREG_BUNDLED_EXTENSIONS=TRUE");
- buf.append(LF);
- }
-
// write unorc:
const Reference<io::XInputStream> xData(
::xmlscript::createInputStream(