summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:14:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:14:23 +0000
commit08bace5e2bfc7301e4ec33005887bf2de602a49a (patch)
tree36fe71c731b28bbb86b3331c0561372f4f145f1d /dbaccess
parentINTEGRATION: CWS warnings01 (1.8.50); FILE MERGED (diff)
downloadcore-08bace5e2bfc7301e4ec33005887bf2de602a49a.tar.gz
core-08bace5e2bfc7301e4ec33005887bf2de602a49a.zip
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)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/TableWindow.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/TableWindow.hxx b/dbaccess/source/ui/inc/TableWindow.hxx
index 12bd7d10d20f..dd2f99b8a705 100644
--- a/dbaccess/source/ui/inc/TableWindow.hxx
+++ b/dbaccess/source/ui/inc/TableWindow.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TableWindow.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:38:04 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:14:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,7 +113,7 @@ namespace dbaui
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 @@ namespace dbaui
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 @@ namespace dbaui
/** clears the listbox inside. Must be called be the dtor is called.
*/
void clearListBox();
+
+ protected:
+ using Window::SetPosSizePixel;
};
}
#endif //DBAUI_TABLEWINDOW_HXX