User: hr      
Date: 06/06/19 20:14:25

Modified:
 /dba/dbaccess/source/ui/inc/
  TableWindow.hxx

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

File Changes:

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

File [changed]: TableWindow.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableWindow.hxx?r1=1.13&r2=1.14
Delta lines:  +5 -2
-------------------
--- TableWindow.hxx     8 Sep 2005 15:38:04 -0000       1.13
+++ TableWindow.hxx     20 Jun 2006 03:14:23 -0000      1.14
@@ -113,7 +113,7 @@
                BOOL FillListBox();
                        // wird in JEDEM Init aufgerufen
 
-               virtual void OnEntryDoubleClicked(SvLBoxEntry* pEntry) { }
+               virtual void OnEntryDoubleClicked(SvLBoxEntry* /*pEntry*/) { }
                        // wird aus dem DoubleClickHdl der ListBox heraus 
aufgerufen
 
                /** HandleKeyInput triues to handle the KeyEvent. Movement or 
deletion
@@ -165,7 +165,7 @@
                void                                            
setActive(sal_Bool _bActive = sal_True);
 
                void                                            Remove();
-               BOOL                                            IsActive(){ 
return m_bActive; }
+               BOOL                                            
IsActiveWindow(){ return m_bActive; }
 
                ::rtl::OUString                         GetTableName() const { 
return m_pData->GetTableName(); }
                ::rtl::OUString                         GetWinName() const { 
return m_pData->GetWinName(); }
@@ -218,6 +218,9 @@
                /** clears the listbox inside. Must be called be the dtor is 
called.
                */
                void clearListBox();
+
+    protected:
+        using Window::SetPosSizePixel;
        };
 }
 #endif //DBAUI_TABLEWINDOW_HXX




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

Reply via email to