summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/sqlmessage.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-12-10 10:19:16 +0000
committerFrank Schönheit <fs@openoffice.org>2001-12-10 10:19:16 +0000
commitb11e7b6fb69a17484f3d20dba44f333dde4f9039 (patch)
tree09df1bc3650b34b52e99bd44aa9a135640d06f92 /dbaccess/source/ui/dlg/sqlmessage.cxx
parent67234bb25851d2c26555174440aa0ee2d8a6c174 (diff)
#95540# for the 'more' dialog, use the error dialog as direct parent
Diffstat (limited to 'dbaccess/source/ui/dlg/sqlmessage.cxx')
-rw-r--r--dbaccess/source/ui/dlg/sqlmessage.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/dbaccess/source/ui/dlg/sqlmessage.cxx b/dbaccess/source/ui/dlg/sqlmessage.cxx
index 3bf5058ec92d..1205c0d069ef 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: pb $ $Date: 2001-11-29 11:21:37 $
+ * last change: $Author: fs $ $Date: 2001-12-10 11:19:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -563,10 +563,8 @@ OSQLMessageBox::~OSQLMessageBox()
//--------------------------------------------------------------------------
IMPL_LINK( OSQLMessageBox, ButtonClickHdl, Button *, pButton )
{
- OExceptionChainDialog aDlg(GetParent(), m_aNextChainElement);
- Hide();
+ OExceptionChainDialog aDlg( this, m_aNextChainElement );
aDlg.Execute();
- Show();
return 0;
}
@@ -577,6 +575,9 @@ IMPL_LINK( OSQLMessageBox, ButtonClickHdl, Button *, pButton )
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.10 2001/11/29 11:21:37 pb
+ * fix: #93646# message FixedText is not a label
+ *
* Revision 1.9 2001/05/17 13:28:14 sj
* #86988# dialog redesign
*