diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:33:38 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:33:38 +0000 |
commit | 4aec5d558079a30e0d01d61d663132d2d01e00ad (patch) | |
tree | 231668ecbf78351c074eedb1ec6b4747cddb7814 /dbaccess | |
parent | 3b3af2d395b1675a80dd02386fa1c9a9c2cccfe4 (diff) |
INTEGRATION: CWS dba23a (1.5.118); FILE MERGED
2007/03/14 12:16:12 fs 1.5.118.1: #i75261# additional exception info a ctor without SQL exceptions
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/sqlmessage.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/sqlmessage.hxx b/dbaccess/source/ui/inc/sqlmessage.hxx index 5242031e3f86..dd6cab9f3d03 100644 --- a/dbaccess/source/ui/inc/sqlmessage.hxx +++ b/dbaccess/source/ui/inc/sqlmessage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sqlmessage.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-07-10 15:33:43 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:33:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,7 +125,8 @@ public: const UniString& rTitle, const UniString& rMessage, WinBits nStyle = WB_OK | WB_DEF_OK, - MessageType eImage = Info); + MessageType eImage = Info, + const ::dbtools::SQLExceptionInfo* _pAdditionalErrorInfo = NULL ); ~OSQLMessageBox(); |