diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-20 10:04:00 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-20 10:04:00 +0000 |
commit | 474b1b8ef6b2cfb3dd2a257745e89e1eebde317e (patch) | |
tree | 5c4b95d37113bc9e7c7a95ff215ccafc8ebcbdd7 /desktop | |
parent | 679e08bb09af5c5b043bba6f75a43fec80ae790f (diff) |
INTEGRATION: CWS pkgchkcfgfix1 (1.2.2); FILE MERGED
2004/04/16 12:06:05 jb 1.2.2.1: #116376# Assume that no office runs, if user installation does not exist
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/misc/dp_misc.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx index ba9eacfee91a..56a97ae890bc 100644 --- a/desktop/source/deployment/misc/dp_misc.cxx +++ b/desktop/source/deployment/misc/dp_misc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dp_misc.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-04-13 12:07:02 $ + * last change: $Author: svesik $ $Date: 2004-04-20 11:04:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,8 +143,7 @@ bool office_is_running( Reference< XComponentContext > const & xContext ) OUString(), status.getFileURL(), user_path ) != ::osl::FileBase::E_None) { - throw RuntimeException( - OUSTR("Cannot normalize path ") + user_path, 0 ); + return false; } rtlDigest digest = rtl_digest_create( rtl_Digest_AlgorithmMD5 ); |