summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-14 11:49:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-14 11:50:26 +0100
commitb11bd0323ee3dc44c6f343d1eed00151e02e9851 (patch)
tree3bf904470b651ef0a647fab125d896a6b55fcbb0 /framework/source/fwe/classes
parente3712f9d350a4dbef0951e72f0de9a31eabba065 (diff)
Removed comphelper -> unotools processfactory.hxx duplication.
Diffstat (limited to 'framework/source/fwe/classes')
-rw-r--r--framework/source/fwe/classes/framelistanalyzer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/fwe/classes/framelistanalyzer.cxx b/framework/source/fwe/classes/framelistanalyzer.cxx
index 25c7f921bbd9..e0ab6cb3fef2 100644
--- a/framework/source/fwe/classes/framelistanalyzer.cxx
+++ b/framework/source/fwe/classes/framelistanalyzer.cxx
@@ -47,7 +47,7 @@
//_______________________________________________
// includes of other projects
-#include <unotools/processfactory.hxx>
+#include <comphelper/processfactory.hxx>
#include <vcl/svapp.hxx>
//_______________________________________________
@@ -158,7 +158,7 @@ void FrameListAnalyzer::impl_analyze()
{
try
{
- css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = ::utl::getProcessServiceFactory();
+ css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = ::comphelper::getProcessServiceFactory();
css::uno::Reference< css::frame::XModuleManager > xModuleMgr(xSMGR->createInstance(SERVICENAME_MODULEMANAGER), css::uno::UNO_QUERY_THROW);
::rtl::OUString sModule = xModuleMgr->identify(m_xReferenceFrame);
m_bReferenceIsBacking = (sModule.equals(SERVICENAME_STARTMODULE));
@@ -229,7 +229,7 @@ void FrameListAnalyzer::impl_analyze()
{
try
{
- css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = ::utl::getProcessServiceFactory();
+ css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = ::comphelper::getProcessServiceFactory();
css::uno::Reference< css::frame::XModuleManager > xModuleMgr(xSMGR->createInstance(SERVICENAME_MODULEMANAGER), css::uno::UNO_QUERY);
::rtl::OUString sModule = xModuleMgr->identify(xFrame);
if (sModule.equals(SERVICENAME_STARTMODULE))