summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/dbdocimp.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-10-20 08:15:16 +0000
committerNiklas Nebel <nn@openoffice.org>2000-10-20 08:15:16 +0000
commitbef81dbf60ee9b2e461f371253df2220bdc2c962 (patch)
tree3d9dbef61dcf64d0a16d4132a1a399c6156bef6e /sc/source/ui/docshell/dbdocimp.cxx
parent0cc79b39452cf534a249102ac56c40a114db1f3d (diff)
unotools -> comphelper changes
Diffstat (limited to 'sc/source/ui/docshell/dbdocimp.cxx')
-rw-r--r--sc/source/ui/docshell/dbdocimp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/docshell/dbdocimp.cxx b/sc/source/ui/docshell/dbdocimp.cxx
index ae6ea5ec48f1..20d62e515a22 100644
--- a/sc/source/ui/docshell/dbdocimp.cxx
+++ b/sc/source/ui/docshell/dbdocimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbdocimp.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:55 $
+ * last change: $Author: nn $ $Date: 2000-10-20 09:14:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
// INCLUDE ---------------------------------------------------------
-#include <unotools/processfactory.hxx>
+#include <comphelper/processfactory.hxx>
#include <vcl/msgbox.hxx>
#include <sdb/sdbstat.hxx> // DBObject enum values
#include <tools/debug.hxx>
@@ -314,7 +314,7 @@ BOOL ScDBDocFunc::DoImport( USHORT nTab, const ScImportParam& rParam,
USHORT nInserted = 0;
uno::Reference<sdbc::XRowSet> xRowSet(
- utl::getProcessServiceFactory()->createInstance(
+ comphelper::getProcessServiceFactory()->createInstance(
rtl::OUString::createFromAscii( SC_SERVICE_ROWSET ) ),
uno::UNO_QUERY);
uno::Reference<beans::XPropertySet> xRowProp( xRowSet, uno::UNO_QUERY );