summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/table.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-10-18 12:28:55 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-10-18 12:28:55 +0000
commit605792d9c308e68c39834ff8034a89f187062f3b (patch)
tree3817175fd0ecc5c259428bacf59bbe2ea6ee5071 /dbaccess/source/core/inc/table.hxx
parent459398499d84d642ee4bce1f86a8bd93df14da55 (diff)
INTEGRATION: CWS dba205b (1.27.20); FILE MERGED
2006/08/09 19:50:32 fs 1.27.20.2: refreshColumns is overwritten unnecessarily 2006/08/06 20:17:21 fs 1.27.20.1: #i67020# hold the column container mediator as ::rtl::Reference
Diffstat (limited to 'dbaccess/source/core/inc/table.hxx')
-rw-r--r--dbaccess/source/core/inc/table.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/dbaccess/source/core/inc/table.hxx b/dbaccess/source/core/inc/table.hxx
index 45a95861d1f8..af3ded75b8b1 100644
--- a/dbaccess/source/core/inc/table.hxx
+++ b/dbaccess/source/core/inc/table.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: table.hxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 15:14:57 $
+ * last change: $Author: ihi $ $Date: 2006-10-18 13:28:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,7 +92,6 @@
namespace dbaccess
{
- typedef ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XConnection > OWeakConnection;
//==========================================================================
//= OTables
//==========================================================================
@@ -106,7 +105,9 @@ namespace dbaccess
,public OTable_Base
,public IColumnFactory
{
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener > m_xColumnMediator;
+ private:
+ ::rtl::Reference< OContainerMediator > m_pColumnMediator;
+
protected:
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xColumnDefinitions;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xDriverColumns;
@@ -196,8 +197,6 @@ namespace dbaccess
// com::sun::star::lang::XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException);
- virtual void refreshColumns();
-
private:
using OTable_Base::createArrayHelper;
using OTable_Base::getFastPropertyValue;