User: obo Date: 05/04/13 01:36:56 Modified: /dba/dbaccess/source/ui/querydesign/ QueryDesignView.cxx
Log: INTEGRATION: CWS visibility03 (1.71.12); FILE MERGED 2005/04/06 14:43:13 mhu 1.71.12.3: RESYNC: (1.72-1.73); FILE MERGED 2005/03/24 21:15:09 mhu 1.71.12.2: RESYNC: (1.71-1.72); FILE MERGED 2005/03/07 19:09:10 mhu 1.71.12.1: #i40092# Fixed string ctor (ResId) usage. 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&r2=1.74 Delta lines: +2 -2 ------------------- --- QueryDesignView.cxx 23 Mar 2005 10:53:49 -0000 1.73 +++ QueryDesignView.cxx 13 Apr 2005 08:36:53 -0000 1.74 @@ -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]
