summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_resultsetmetadata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_resultsetmetadata.cxx')
-rw-r--r--mysqlc/source/mysqlc_resultsetmetadata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_resultsetmetadata.cxx b/mysqlc/source/mysqlc_resultsetmetadata.cxx
index 0d0c2732d210..036984290125 100644
--- a/mysqlc/source/mysqlc_resultsetmetadata.cxx
+++ b/mysqlc/source/mysqlc_resultsetmetadata.cxx
@@ -440,7 +440,7 @@ void OResultSetMetaData::checkColumnIndex(sal_Int32 columnIndex)
buf.append( sal_Int32( meta->getColumnCount() ) );
buf.appendAscii( ", got " );
buf.append( sal_Int32( columnIndex ) );
- buf.append( sal_Unicode( '.' ) );
+ buf.append( '.' );
throw SQLException( buf.makeStringAndClear(), *this, OUString(), 1, Any() );
}
}
oration'>Noel Grandin 2015-07-30loplugin:unusedmethodsNoel Grandin 2015-05-18idlc: fix warningsStephan Bergmann 2015-04-09fix android buildNoel Grandin 2015-03-27loplugin:staticfunctionNoel Grandin 2015-03-24loplugin:constantfunction: variousNoel Grandin 2015-01-28remove unused typedefsNoel Grandin 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti 2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler 2014-09-07create clang plugin to warn about C-style castsNoel Grandin 2014-06-24new compilerplugin returnbyrefNoel Grandin 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin 2014-05-19fix-includes.pl: idlcThomas Arnhold 2014-04-19fixincludeguards.sh: idl and idlcThomas Arnhold 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-24callcatcher: update unused codeCaolán McNamara 2014-02-17idlc: sal_Bool -> boolStephan Bergmann 2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann 2013-11-25Fix fn declaration parameter names to match fn definitionStephan Bergmann 2013-08-22downcast of address which does not point to an object of type 'AstInterface'Stephan Bergmann 2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold 2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist 2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann 2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck