summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/warningscontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/warningscontainer.cxx')
-rw-r--r--connectivity/source/commontools/warningscontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/commontools/warningscontainer.cxx b/connectivity/source/commontools/warningscontainer.cxx
index 65478f9c03ce..adb384be680d 100644
--- a/connectivity/source/commontools/warningscontainer.cxx
+++ b/connectivity/source/commontools/warningscontainer.cxx
@@ -42,8 +42,8 @@ namespace dbtools
_rChainLeft = _rChainRight;
else
{
- // to travel the chain by reference (and not by value), we need the getValue ...
- // looks like a hack, but the meaning of getValue is documented, and it's the only chance for reference-traveling ....
+ // to travel the chain by reference (and not by value), we need the getValue...
+ // looks like a hack, but the meaning of getValue is documented, and it's the only chance for reference-traveling...
OSL_ENSURE( SQLExceptionInfo( _rChainLeft ).isValid(),
"lcl_concatWarnings: invalid warnings chain (this will crash)!" );