Tag: cws_src680_dba201 User: oj Date: 05/04/29 06:26:46 Modified: /dba/dbaccess/source/ui/querydesign/ QueryDesignView.cxx
Log: RESYNC: (1.73-1.74); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: QueryDesignView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx?r1=1.73.18.1&r2=1.73.18.2 Delta lines: +5 -5 ------------------- --- QueryDesignView.cxx 29 Apr 2005 06:03:49 -0000 1.73.18.1 +++ QueryDesignView.cxx 29 Apr 2005 13:26:43 -0000 1.73.18.2 @@ -338,9 +338,9 @@ if(xMetaData.is()) { ::comphelper::UStringMixEqual bCase(xMetaData->storesMixedCaseQuotedIdentifiers()); - if (bCase(rValue, ::rtl::OUString(ModuleRes(STR_QUERY_TRUE)))) + if (bCase(rValue, String(ModuleRes(STR_QUERY_TRUE)))) rNewValue = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TRUE")); - else if (bCase(rValue, ::rtl::OUString(ModuleRes(STR_QUERY_FALSE)))) + else if (bCase(rValue, String(ModuleRes(STR_QUERY_FALSE)))) rNewValue = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FALSE")); else rNewValue = rValue; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
