Clean up previous commit
Change-Id: I6ecc801d19c54ff93559bff627b99c656e71a6e4
This commit is contained in:
@@ -25,11 +25,6 @@
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
|
||||
extern "C" ::com::sun::star::uno::XInterface *
|
||||
SAL_CALL com_sun_star_uno_util_numbers_SvNumberFormatsSupplierServiceObject_get_implementation(
|
||||
::com::sun::star::uno::XComponentContext* context,
|
||||
::com::sun::star::uno::Sequence<css::uno::Any> const &);
|
||||
|
||||
/**
|
||||
* SvNumberFormatsSupplierServiceObject - a number formats supplier which
|
||||
* - can be instantiated as an service
|
||||
@@ -38,16 +33,10 @@ extern "C" ::com::sun::star::uno::XInterface *
|
||||
* with a specific language (i.e. ::com::sun::star::lang::Locale)
|
||||
*/
|
||||
class SvNumberFormatsSupplierServiceObject
|
||||
:protected SvNumberFormatsSupplierObj
|
||||
:public SvNumberFormatsSupplierObj
|
||||
,public ::com::sun::star::lang::XInitialization
|
||||
,public ::com::sun::star::lang::XServiceInfo
|
||||
{ // don't want the Set-/GetNumberFormatter to be accessible from outside
|
||||
|
||||
friend ::com::sun::star::uno::XInterface *
|
||||
SAL_CALL com_sun_star_uno_util_numbers_SvNumberFormatsSupplierServiceObject_get_implementation(
|
||||
::com::sun::star::uno::XComponentContext* context,
|
||||
::com::sun::star::uno::Sequence<css::uno::Any> const &);
|
||||
|
||||
{
|
||||
protected:
|
||||
SvNumberFormatter* m_pOwnFormatter;
|
||||
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
|
||||
|
@@ -26,7 +26,10 @@
|
||||
#include <com/sun/star/frame/XConfigManager.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
|
||||
namespace com { namespace sun { namespace star { namespace uno {
|
||||
class XComponentContext;
|
||||
} } } }
|
||||
|
||||
class PathService : public ::cppu::WeakImplHelper2< css::frame::XConfigManager, css::lang::XServiceInfo >
|
||||
{
|
||||
|
@@ -18,7 +18,7 @@
|
||||
-->
|
||||
|
||||
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
|
||||
prefix="svl" xmlns="http://openoffice.org/2010/uno-components">
|
||||
xmlns="http://openoffice.org/2010/uno-components">
|
||||
<implementation name="com.sun.star.comp.svl.PathService"
|
||||
constructor="com_sun_star_comp_svl_PathService_get_implementation">
|
||||
<service name="com.sun.star.config.SpecialConfigManager"/>
|
||||
|
Reference in New Issue
Block a user