summaryrefslogtreecommitdiff
path: root/forms/source/component/errorbroadcaster.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 13:47:33 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 13:47:33 +0000
commited047a2608c46e011f485fe57ddc025f202dd067 (patch)
treeeda4bf6938d36220d936004619caae29eb847910 /forms/source/component/errorbroadcaster.cxx
parent07b6f64da964de40f01d2d55ed5563793602b749 (diff)
INTEGRATION: CWS qiq (1.3.82); FILE MERGED
2006/05/11 10:38:23 fs 1.3.82.1: during #i51143#: don't use prependContextInfo if we have only one error string
Diffstat (limited to 'forms/source/component/errorbroadcaster.cxx')
-rw-r--r--forms/source/component/errorbroadcaster.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/errorbroadcaster.cxx b/forms/source/component/errorbroadcaster.cxx
index 66c9c1b35bf5..aea247c36f1a 100644
--- a/forms/source/component/errorbroadcaster.cxx
+++ b/forms/source/component/errorbroadcaster.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: errorbroadcaster.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:48:38 $
+ * last change: $Author: obo $ $Date: 2006-07-10 14:47:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -88,7 +88,7 @@ namespace frm
{
Any aError;
if ( _rContextDescription.getLength() )
- aError = makeAny( prependContextInfo( _rException, static_cast< XSQLErrorBroadcaster* >( this ), _rContextDescription ) );
+ aError = makeAny( prependErrorInfo( _rException, static_cast< XSQLErrorBroadcaster* >( this ), _rContextDescription ) );
else
aError = makeAny( _rException );