From ac9212feedb828064c5cf5cbb0bde8f02cc93d65 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 17:59:09 +0100 Subject: Remove visual noise from connectivity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conflicts: connectivity/source/inc/odbc/OConnection.hxx Change-Id: I5ca98359e18cf1b27bf53037dde211774d798626 Reviewed-on: https://gerrit.libreoffice.org/8245 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- connectivity/workben/little/main.cxx | 2 +- connectivity/workben/testmoz/main.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity/workben') diff --git a/connectivity/workben/little/main.cxx b/connectivity/workben/little/main.cxx index cf04c3a1f267..3c9f66a45005 100644 --- a/connectivity/workben/little/main.cxx +++ b/connectivity/workben/little/main.cxx @@ -60,7 +60,7 @@ void main( int argc, char * argv[] ) Sequence aValue; // aValue.getArray()[0] = PropertyValue( OUString("user"),0,makeAny(OUString("TEST1")),PropertyState_DIRECT_VALUE); // aValue.getArray()[1] = PropertyValue( OUString("password"),0,makeAny(OUString("TEST1")),PropertyState_DIRECT_VALUE); - // + m_xConnection = m_xDriver->connect(OUString("sdbc:dbase:g:\\"),aValue); if(m_xConnection.is()) { diff --git a/connectivity/workben/testmoz/main.cxx b/connectivity/workben/testmoz/main.cxx index 8f424cb81b3e..60430537650e 100644 --- a/connectivity/workben/testmoz/main.cxx +++ b/connectivity/workben/testmoz/main.cxx @@ -245,7 +245,7 @@ Reference< XMultiServiceFactory > InitializeFac( void ) printf("set global factory.\n"); - ////////////////////////////////////////////////////////////////////// + // set global factory setProcessServiceFactory( xSMgr ); -- cgit