summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 16:51:00 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 16:51:00 +0000
commit8cd9dc98b53d550baa92340eb6494852b3486970 (patch)
treeac13b6e7cf18fbc8d634832455f6689d72648718
parentb9c18fa9bf7fc97f875952be3535e6244ebfadfa (diff)
INTEGRATION: CWS vcl36 (1.36.10); FILE MERGED
2005/03/15 17:42:20 pl 1.36.10.2: RESYNC: (1.36-1.39); FILE MERGED 2005/02/15 10:33:39 obr 1.36.10.1: VCL is no longer used during installation
-rw-r--r--vcl/source/app/svdata.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 7bf208a59b46..8b5376dbbad3 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdata.cxx,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: kz $ $Date: 2005-03-04 00:10:50 $
+ * last change: $Author: kz $ $Date: 2005-03-18 17:51:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -345,8 +345,7 @@ bool ImplInitAccessBridge(BOOL bAllowCancel, BOOL &rCancelled)
{
rCancelled = FALSE;
- // no error messages during installation (i.e., when there is no configuration)
- bool bErrorMessage = (FALSE != vcl::SettingsConfigItem::get()->IsValidConfigMgr());
+ bool bErrorMessage = true;
// Note:
// if bAllowCancel is TRUE we were called from application startup