summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldmgr.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-10-20 13:18:07 +0000
committerOliver Specht <os@openoffice.org>2000-10-20 13:18:07 +0000
commitc9be7fd88626f624be3abd7cbc86a4eee05bfffa (patch)
treee15b164e7f0773fae295dde34f3e8acd5862abd3 /sw/source/ui/fldui/fldmgr.cxx
parentd68b1b6ae355c92e982ec845216ba459dbdd9e16 (diff)
use comphelper methods
Diffstat (limited to 'sw/source/ui/fldui/fldmgr.cxx')
-rw-r--r--sw/source/ui/fldui/fldmgr.cxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/sw/source/ui/fldui/fldmgr.cxx b/sw/source/ui/fldui/fldmgr.cxx
index f2c7a221d751..b92e278aac6f 100644
--- a/sw/source/ui/fldui/fldmgr.cxx
+++ b/sw/source/ui/fldui/fldmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldmgr.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:36 $
+ * last change: $Author: os $ $Date: 2000-10-20 14:18:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,8 +102,8 @@
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
#endif
-#ifndef _UNOTOOLS_PROCESSFACTORY_HXX_
-#include <unotools/processfactory.hxx>
+#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
+#include <comphelper/processfactory.hxx>
#endif
#else
@@ -2084,7 +2084,7 @@ Reference<XNameAccess> SwFldMgr::GetDBContext()
{
if(!xDBContext.is())
{
- Reference< XMultiServiceFactory > xMgr( ::utl::getProcessServiceFactory() );
+ Reference< XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() );
if( xMgr.is() )
{
Reference<XInterface> xInstance = xMgr->createInstance( C2U( "com.sun.star.sdb.DatabaseContext" ));
@@ -2099,6 +2099,9 @@ Reference<XNameAccess> SwFldMgr::GetDBContext()
/*************************************************************************
$Log: not supported by cvs2svn $
+ Revision 1.1.1.1 2000/09/18 17:14:36 hr
+ initial import
+
Revision 1.285 2000/09/18 16:05:29 willem.vandorp
OpenOffice header added.