From 2c3baefc6563ca539cc5bf665eed33e81d1f16c7 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 10 Jul 2006 13:39:45 +0000 Subject: [PATCH] INTEGRATION: CWS qiq (1.13.104); FILE MERGED 2006/06/27 15:14:05 fs 1.13.104.2: RESYNC: (1.13-1.14); FILE MERGED 2006/05/23 13:54:39 fs 1.13.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# --- connectivity/source/sdbcx/VView.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/connectivity/source/sdbcx/VView.cxx b/connectivity/source/sdbcx/VView.cxx index d408939874fc..4523074ce0dd 100644 --- a/connectivity/source/sdbcx/VView.cxx +++ b/connectivity/source/sdbcx/VView.cxx @@ -4,9 +4,9 @@ * * $RCSfile: VView.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:11:45 $ + * last change: $Author: obo $ $Date: 2006-07-10 14:39:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -139,7 +139,7 @@ Any SAL_CALL OView::queryInterface( const Type & rType ) throw(RuntimeException) { ::rtl::OUString sComposedName; if(m_xMetaData.is()) - ::dbtools::composeTableName(m_xMetaData,m_CatalogName,m_SchemaName,m_Name,sComposedName,sal_False,::dbtools::eInDataManipulation); + sComposedName = ::dbtools::composeTableName( m_xMetaData, m_CatalogName, m_SchemaName, m_Name, sal_False, ::dbtools::eInDataManipulation ); else { Any aValue;