summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/TableConnection.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 16:21:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 16:21:13 +0000
commitc8c3f44b580a52481b2b7059efdf8c23aab4fe9d (patch)
tree84a7e5e2bf971a4f31d4628356b7b08a0c385c3c /dbaccess/source/ui/inc/TableConnection.hxx
parentINTEGRATION: CWS uaa02 (1.19.64); FILE MERGED (diff)
downloadcore-c8c3f44b580a52481b2b7059efdf8c23aab4fe9d.tar.gz
core-c8c3f44b580a52481b2b7059efdf8c23aab4fe9d.zip
INTEGRATION: CWS uaa02 (1.5.72); FILE MERGED
2003/04/11 16:18:46 mt 1.5.72.1: #108656# Moved accessibility from drafts to final
Diffstat (limited to 'dbaccess/source/ui/inc/TableConnection.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableConnection.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/TableConnection.hxx b/dbaccess/source/ui/inc/TableConnection.hxx
index fe7777091abd..f602eb6e33f4 100644
--- a/dbaccess/source/ui/inc/TableConnection.hxx
+++ b/dbaccess/source/ui/inc/TableConnection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableConnection.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2002-02-11 12:46:04 $
+ * last change: $Author: vg $ $Date: 2003-04-24 17:21:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,10 +78,10 @@
#include <com/sun/star/uno/Reference.h>
#endif
-namespace drafts { namespace com { namespace sun { namespace star { namespace accessibility
+namespace com { namespace sun { namespace star { namespace accessibility
{
class XAccessible;
-}}}}}
+}}}}
class Point;
class Rectangle;
@@ -99,7 +99,7 @@ namespace dbaui
::std::vector<OConnectionLine*> m_vConnLine;
OTableConnectionData* m_pData;
OJoinTableView* m_pParent;
- mutable ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > m_xAccessible;
+ mutable ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > m_xAccessible;
BOOL m_bSelected;
@@ -151,7 +151,7 @@ namespace dbaui
const ::std::vector<OConnectionLine*>* GetConnLineList() const { return &m_vConnLine; }
OJoinTableView* GetParent() const { return m_pParent; }
virtual void Draw( const Rectangle& rRect );
- ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > getAccessible() const;
+ ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > getAccessible() const;
};
}
#endif // DBAUI_TABLECONNECTION_HXX