fdo#46808, Convert form::inspection::FormComponentPropertyHandler

.. to new style service

Change-Id: Iee4681f94dc9874271dc8a1d5d74e161d7691a29
This commit is contained in:
Noel Grandin
2013-06-06 17:11:33 +02:00
parent 9db162b604
commit 177f01b9fe
6 changed files with 12 additions and 14 deletions

View File

@@ -22,6 +22,7 @@
#include "formmetadata.hxx"
#include "pushbuttonnavigation.hxx"
#include <com/sun/star/form/inspection/FormComponentPropertyHandler.hpp>
#include <tools/debug.hxx>
//------------------------------------------------------------------------
@@ -52,9 +53,7 @@ namespace pcr
{
DBG_CTOR( ButtonNavigationHandler, NULL );
m_xSlaveHandler.set( m_xContext->getServiceManager()->createInstanceWithContext(
OUString( "com.sun.star.form.inspection.FormComponentPropertyHandler" ), m_xContext ),
UNO_QUERY_THROW);
m_xSlaveHandler = css::form::inspection::FormComponentPropertyHandler::create( m_xContext );
}
//--------------------------------------------------------------------