summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/dapidata.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/dbgui/dapidata.cxx
parent0cc79b39452cf534a249102ac56c40a114db1f3d (diff)
unotools -> comphelper changes
Diffstat (limited to 'sc/source/ui/dbgui/dapidata.cxx')
-rw-r--r--sc/source/ui/dbgui/dapidata.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/dbgui/dapidata.cxx b/sc/source/ui/dbgui/dapidata.cxx
index 108f4a12dac5..1ed6aa334ae2 100644
--- a/sc/source/ui/dbgui/dapidata.cxx
+++ b/sc/source/ui/dbgui/dapidata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dapidata.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-10-09 17:39:56 $
+ * last change: $Author: nn $ $Date: 2000-10-20 09:15:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
#include <tools/debug.hxx>
#include <vcl/waitobj.hxx>
-#include <unotools/processfactory.hxx>
+#include <comphelper/processfactory.hxx>
#include <com/sun/star/data/XDatabaseFavorites.hpp>
#include <com/sun/star/data/XDatabaseEngine.hpp>
@@ -122,7 +122,7 @@ ScDataPilotDatabaseDlg::ScDataPilotDatabaseDlg( Window* pParent ) :
// get database names
uno::Reference<data::XDatabaseFavorites> xFavorites(
- utl::getProcessServiceFactory()->createInstance(
+ comphelper::getProcessServiceFactory()->createInstance(
rtl::OUString::createFromAscii( DP_SERVICE_DBENGINE ) ),
uno::UNO_QUERY);
if (xFavorites.is())
@@ -195,7 +195,7 @@ void ScDataPilotDatabaseDlg::FillObjects()
try
{
uno::Reference<data::XDatabaseEngine> xEngine(
- utl::getProcessServiceFactory()->createInstance(
+ comphelper::getProcessServiceFactory()->createInstance(
rtl::OUString::createFromAscii( DP_SERVICE_DBENGINE ) ),
uno::UNO_QUERY);
if ( !xEngine.is() ) return;