User: hr      
Date: 06/06/19 20:07:12

Modified:
 /dba/dbaccess/source/ui/dlg/
  directsql.cxx

Log:
 INTEGRATION: CWS warnings01 (1.5.74); FILE MERGED
 2006/03/24 15:36:11 fs 1.5.74.1: #i57457# warning-free code (unxlngi6/.pro + 
unxsoli4.pro)

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: directsql.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/directsql.cxx?r1=1.5&r2=1.6
Delta lines:  +15 -16
---------------------
--- directsql.cxx       23 Sep 2005 12:30:12 -0000      1.5
+++ directsql.cxx       20 Jun 2006 03:07:09 -0000      1.6
@@ -156,12 +156,12 @@
        //--------------------------------------------------------------------
        void DirectSQLDialog::_disposing( const EventObject& _rSource )
        {
-               {
                        ::vos::OGuard aSolarGuard(Application::GetSolarMutex());
                        ::osl::MutexGuard aGuard(m_aMutex);
 
                        OSL_ENSURE(Reference< XConnection >(_rSource.Source, 
UNO_QUERY).get() == m_xConnection.get(),
                                "DirectSQLDialog::_disposing: where does this 
come from?");
+        (void)_rSource;
 
                        {
                                String 
sMessage(ModuleRes(STR_DIRECTSQL_CONNECTIONLOST));
@@ -171,7 +171,6 @@
 
                        PostUserEvent(LINK(this, DirectSQLDialog, OnClose));
                }
-       }
 
        //--------------------------------------------------------------------
        void DirectSQLDialog::addHistoryEntry(const String& _rStatement)
@@ -351,28 +350,28 @@
        }
 
        //--------------------------------------------------------------------
-       IMPL_LINK( DirectSQLDialog, OnStatementModified, void*, NOTINTERESTEDIN 
)
+       IMPL_LINK( DirectSQLDialog, OnStatementModified, void*, 
/*NOTINTERESTEDIN*/ )
        {
                m_aExecute.Enable(0 != m_aSQL.GetText().Len());
                return 0L;
        }
 
        //--------------------------------------------------------------------
-       IMPL_LINK( DirectSQLDialog, OnClose, void*, NOTINTERESTEDIN )
+       IMPL_LINK( DirectSQLDialog, OnClose, void*, /*NOTINTERESTEDIN*/ )
        {
                EndDialog( RET_OK );
                return 0L;
        }
 
        //--------------------------------------------------------------------
-       IMPL_LINK( DirectSQLDialog, OnExecute, void*, NOTINTERESTEDIN )
+       IMPL_LINK( DirectSQLDialog, OnExecute, void*, /*NOTINTERESTEDIN*/ )
        {
                executeCurrent();
                return 0L;
        }
 
        //--------------------------------------------------------------------
-       IMPL_LINK( DirectSQLDialog, OnListEntrySelected, void*, NOTINTERESTEDIN 
)
+       IMPL_LINK( DirectSQLDialog, OnListEntrySelected, void*, 
/*NOTINTERESTEDIN*/ )
        {
                if (!m_pSQLHistory->IsTravelSelect())
                {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to