summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2009-02-27 10:27:44 +0000
committerJoachim Lingner <jl@openoffice.org>2009-02-27 10:27:44 +0000
commita72ac0a439875595c5c51f6ffada61769c7196ad (patch)
treea7cbb538d83225a74c42923e6b81087df1138fae
parentc15e0a21f8f78f1f2cb3b0653f930ddbecc0adc0 (diff)
#tr159202# prevent copying of common.rdb to common_.rdb
-rw-r--r--desktop/source/deployment/registry/component/dp_component.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx
index 3f2def05d7..deddaecca0 100644
--- a/desktop/source/deployment/registry/component/dp_component.cxx
+++ b/desktop/source/deployment/registry/component/dp_component.cxx
@@ -345,7 +345,7 @@ void BackendImpl::disposing()
void BackendImpl::initServiceRdbFiles()
{
const Reference<XCommandEnvironment> xCmdEnv;
- if (! m_readOnly) {
+ if (! m_readOnly && ! dp_misc::office_is_running()) {
::ucbhelper::Content cacheDir( getCachePath(), xCmdEnv );
::ucbhelper::Content oldRDB;
// switch common rdb: