summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-05-17 16:42:05 +0200
committerJoachim Lingner <jl@openoffice.org>2010-05-17 16:42:05 +0200
commit885511f9be6f9e437687216affc1fb5c7d99054b (patch)
treea1c29946036dcb07d0b236bb5f2eaab0cd702ab5 /desktop/source/deployment
parentd0a3afc82beed2c1d2e0035a0cc5d43bb6acf774 (diff)
jl152 #i77196# office hangs in smoketest when it is about to restart itself
Diffstat (limited to 'desktop/source/deployment')
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index 5ccc3d7225d4..3867f741f982 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -602,7 +602,7 @@ void syncRepositories(Reference<ucb::XCommandEnvironment> const & xCmdEnv)
Reference<deployment::XExtensionManager> xExtensionManager;
//synchronize shared before bundled otherewise there are
//more revoke and registration calls.
- bool bModified = false;
+ sal_Bool bModified = false;
const OUString sShared(RTL_CONSTASCII_USTRINGPARAM("shared"));
if (needToSyncRepostitory(sShared))
{