From 6943c7b11c92f3d4971704abcb213f57eaa4e115 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 27 Dec 2012 14:03:18 +0200 Subject: Sigh, my git grep regexps missed some cases Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00 --- connectivity/source/drivers/mysql/YTable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/drivers/mysql/YTable.cxx') diff --git a/connectivity/source/drivers/mysql/YTable.cxx b/connectivity/source/drivers/mysql/YTable.cxx index b0704c02bfde4..14c2334c87b25 100644 --- a/connectivity/source/drivers/mysql/YTable.cxx +++ b/connectivity/source/drivers/mysql/YTable.cxx @@ -174,7 +174,7 @@ void SAL_CALL OMySQLTable::alterColumnByName( const ::rtl::OUString& colName, co { ::osl::MutexGuard aGuard(m_aMutex); checkDisposed( -#ifdef GCC +#ifdef __GNUC__ ::connectivity::sdbcx::OTableDescriptor_BASE::rBHelper.bDisposed #else rBHelper.bDisposed -- cgit