summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/unoDirectSql.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 11:36:18 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 11:36:18 +0000
commitf12be77287a1255f4158fd2b2b18d38cadf706f7 (patch)
tree57a84199b56b6bb0fb481f6f7887891b30bfe39f /dbaccess/source/ui/uno/unoDirectSql.cxx
parentc2ef07c4c4384c8ca519ba924f72cce71bfa48f8 (diff)
INTEGRATION: CWS rptchart02 (1.8.2); FILE MERGED
2008/05/21 11:57:51 oj 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/18 08:46:50 oj 1.8.2.1: #i86850# use of ComponentContext
Diffstat (limited to 'dbaccess/source/ui/uno/unoDirectSql.cxx')
-rw-r--r--dbaccess/source/ui/uno/unoDirectSql.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/uno/unoDirectSql.cxx b/dbaccess/source/ui/uno/unoDirectSql.cxx
index 120f6a6e58f3..c2bdd22e3167 100644
--- a/dbaccess/source/ui/uno/unoDirectSql.cxx
+++ b/dbaccess/source/ui/uno/unoDirectSql.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unoDirectSql.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -119,7 +119,7 @@ DBG_NAME(ODirectSQLDialog)
try
{
// the connection the row set is working with
- ODatasourceConnector aDSConnector(m_xORB,_pParent);
+ ODatasourceConnector aDSConnector(m_aContext.getLegacyServiceFactory(),_pParent);
xConnection = aDSConnector.connect(m_sInitialSelection);
}
catch( const Exception& )