connectivity/source/drivers/firebird/Table.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64b927ba873da19b31559ca3833f0a1203434dc3
Author: Andrzej J.R. Hunt <andr...@ahunt.org>
Date:   Wed Aug 14 19:34:07 2013 +0100

    Remove ambiguity.
    
    Change-Id: I75a5145cdaf3b133eba20a104044034b9f885630

diff --git a/connectivity/source/drivers/firebird/Table.cxx 
b/connectivity/source/drivers/firebird/Table.cxx
index 56f46be..1d96cd2 100644
--- a/connectivity/source/drivers/firebird/Table.cxx
+++ b/connectivity/source/drivers/firebird/Table.cxx
@@ -76,7 +76,7 @@ void SAL_CALL Table::alterColumnByName(const OUString& 
rColName,
     throw(SQLException, NoSuchElementException, RuntimeException)
 {
     MutexGuard aGuard(m_rMutex);
-    checkDisposed(rBHelper.bDisposed);
+    checkDisposed(WeakComponentImplHelperBase::rBHelper.bDisposed);
 
     uno::Reference< XPropertySet > xColumn(m_pColumns->getByName(rColName), 
UNO_QUERY);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to