Tag: cws_src680_qiq User: fs Date: 06/05/10 04:00:25 Modified: /dba/dbaccess/source/ui/inc/ sqlmessage.hxx
Log: +MessageType::AUTO File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: sqlmessage.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/sqlmessage.hxx?r1=1.4&r2=1.4.124.1 Delta lines: +9 -6 ------------------- --- sqlmessage.hxx 8 Sep 2005 16:03:36 -0000 1.4 +++ sqlmessage.hxx 10 May 2006 11:00:22 -0000 1.4.124.1 @@ -4,9 +4,9 @@ * * $RCSfile: sqlmessage.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.124.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 16:03:36 $ + * last change: $Author: fs $ $Date: 2006/05/10 11:00:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -86,7 +86,9 @@ Info, Error, Warning, - Query + Query, + + AUTO }; public: @@ -111,7 +113,7 @@ OSQLMessageBox(Window* _pParent, const ::com::sun::star::sdbc::SQLException& _rError, WinBits _nStyle = WB_OK | WB_DEF_OK, - MessageType _eImage = Info); + MessageType _eImage = Error); /** display an SQLException with auto-recognizing a main and a detailed message <p/> @@ -123,12 +125,13 @@ OSQLMessageBox(Window* _pParent, const dbtools::SQLExceptionInfo& _rException, WinBits _nStyle = WB_OK | WB_DEF_OK, - MessageType _eImage = Info); + MessageType _eImage = AUTO); /** display a database related error message <p/> @param rTitle the title to display @param rMessage the detailed message to display + @param eImage determines the image to use. AUTO is disallowed in this constructor version */ OSQLMessageBox(Window* pParent, const UniString& rTitle, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
