From 4694127fb9493c5eea804ed56180b06f5496790c Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 9 Nov 2004 11:26:13 +0000
Subject: [PATCH] INTEGRATION: CWS hsqldb (1.3.26); FILE MERGED 2004/10/29
10:08:23 oj 1.3.26.1: #i33348# merge dbwizard1 and hsqldb settings
---
dbaccess/source/filter/xml/xmlDataSourceInfo.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx b/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx
index 9166b2403484..db6755af5572 100644
--- a/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx
+++ b/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlDataSourceInfo.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:35:12 $
+ * last change: $Author: hr $ $Date: 2004-11-09 12:26:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,7 +153,7 @@ OXMLDataSourceInfo::OXMLDataSourceInfo( ODBFilter& rImport
if ( bAutoEnabled )
{
aProperty.Name = INFO_AUTORETRIEVEENABLED;
- aProperty.Value <<= ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("1"));
+ aProperty.Value <<= sal_True;
m_rParent.addInfo(aProperty);
}
}