summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:13:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:13:24 +0000
commit14cb2bf5cc035b86ee2003b73bfc8ad19fe8ec80 (patch)
treea1021abd128884274eea3d307497ed92dd4db278 /dbaccess
parentINTEGRATION: CWS warnings01 (1.7.50); FILE MERGED (diff)
downloadcore-14cb2bf5cc035b86ee2003b73bfc8ad19fe8ec80.tar.gz
core-14cb2bf5cc035b86ee2003b73bfc8ad19fe8ec80.zip
INTEGRATION: CWS warnings01 (1.8.48); FILE MERGED
2006/05/12 16:25:13 sb 1.8.48.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/03/24 15:36:16 fs 1.8.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/TableConnection.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/TableConnection.hxx b/dbaccess/source/ui/inc/TableConnection.hxx
index 1c962e8f28d7..7058718ac79e 100644
--- a/dbaccess/source/ui/inc/TableConnection.hxx
+++ b/dbaccess/source/ui/inc/TableConnection.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TableConnection.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:34:45 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:13:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,7 +99,7 @@ namespace dbaui
void Deselect();
BOOL IsSelected() const { return m_bSelected; }
BOOL CheckHit( const Point& rMousePos ) const;
- bool Invalidate();
+ bool InvalidateConnection();
void UpdateLineList();
OTableWindow* GetSourceWin() const;
@@ -122,6 +122,7 @@ namespace dbaui
const ::std::vector<OConnectionLine*>* GetConnLineList() const { return &m_vConnLine; }
OJoinTableView* GetParent() const { return m_pParent; }
virtual void Draw( const Rectangle& rRect );
+ using Window::Draw;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible();
};
}