diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-17 10:07:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-17 10:07:58 +0000 |
commit | 1f9816c1337008aa882f37f4913d73471684acd5 (patch) | |
tree | 472a821359266e70be2fdf60c93f61013dad2ead /dbaccess/source/ui/dlg/sqlmessage.cxx | |
parent | 535627ef0eadb519a6af93811446db34a8cdcb47 (diff) |
INTEGRATION: CWS dba23 (1.16.22); FILE MERGED
2005/02/03 08:15:34 oj 1.16.22.2: RESYNC: (1.16-1.17); FILE MERGED
2005/01/19 09:08:23 oj 1.16.22.1: #i40293# cast to correct pointer
Diffstat (limited to 'dbaccess/source/ui/dlg/sqlmessage.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/sqlmessage.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/sqlmessage.cxx b/dbaccess/source/ui/dlg/sqlmessage.cxx index 297215343978..33fb2a3010c9 100644 --- a/dbaccess/source/ui/dlg/sqlmessage.cxx +++ b/dbaccess/source/ui/dlg/sqlmessage.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sqlmessage.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2005-01-21 17:16:05 $ + * last change: $Author: vg $ $Date: 2005-02-17 11:07:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -230,7 +230,7 @@ OExceptionChainDialog::OExceptionChainDialog(Window* pParent, const Any& _rStart if ( pListEntry ) pListEntry->SetUserData( pUserData ); else - delete pUserData; + delete (SQLExceptionInfo*)pUserData; } } |