summaryrefslogtreecommitdiff
path: root/starmath/source/register.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-05-03 17:08:28 +0200
committerJan Holesovsky <kendy@collabora.com>2015-05-03 19:10:52 +0200
commitd8108c9880fdbb56c3cf288813f7e8216091297f (patch)
treef29823f6d94e6ea4acda56160d04cf6d7c2d8d2f /starmath/source/register.hxx
parent363ee152d4f878917ecb2bc120872ca0e62b9991 (diff)
starmath: Convert many services to constructors.
Change-Id: Iadeb0723ec4f4d30996aa5677b936de9f11ffadc
Diffstat (limited to 'starmath/source/register.hxx')
-rw-r--r--starmath/source/register.hxx38
1 files changed, 0 insertions, 38 deletions
diff --git a/starmath/source/register.hxx b/starmath/source/register.hxx
index 97b4692eb319..988ba69a1d6e 100644
--- a/starmath/source/register.hxx
+++ b/starmath/source/register.hxx
@@ -50,44 +50,6 @@ OUString SAL_CALL SmXMLImportSettings_getImplementationName() throw();
css::uno::Reference< css::uno::XInterface > SAL_CALL
SmXMLImportSettings_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr) throw( css::uno::Exception );
-//MathML export
-css::uno::Sequence< OUString > SAL_CALL
- SmXMLExport_getSupportedServiceNames() throw();
-OUString SAL_CALL
- SmXMLExport_getImplementationName() throw();
-css::uno::Reference< css::uno::XInterface > SAL_CALL
- SmXMLExport_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr) throw( css::uno::Exception );
-css::uno::Sequence< OUString > SAL_CALL
- SmXMLExportMetaOOO_getSupportedServiceNames() throw();
-OUString SAL_CALL
- SmXMLExportMetaOOO_getImplementationName() throw();
-css::uno::Reference< css::uno::XInterface > SAL_CALL
- SmXMLExportMetaOOO_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr) throw( css::uno::Exception );
-css::uno::Sequence< OUString > SAL_CALL
- SmXMLExportMeta_getSupportedServiceNames() throw();
-OUString SAL_CALL
- SmXMLExportMeta_getImplementationName() throw();
-css::uno::Reference< css::uno::XInterface > SAL_CALL
- SmXMLExportMeta_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr) throw( css::uno::Exception );
-css::uno::Sequence< OUString > SAL_CALL
- SmXMLExportSettingsOOO_getSupportedServiceNames() throw();
-OUString SAL_CALL
- SmXMLExportSettingsOOO_getImplementationName() throw();
-css::uno::Reference< css::uno::XInterface > SAL_CALL
- SmXMLExportSettingsOOO_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr) throw( css::uno::Exception );
-css::uno::Sequence< OUString > SAL_CALL
- SmXMLExportSettings_getSupportedServiceNames() throw();
-OUString SAL_CALL
- SmXMLExportSettings_getImplementationName() throw();
-css::uno::Reference< css::uno::XInterface > SAL_CALL
- SmXMLExportSettings_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr) throw( css::uno::Exception );
-css::uno::Sequence< OUString > SAL_CALL
- SmXMLExportContent_getSupportedServiceNames() throw();
-OUString SAL_CALL
- SmXMLExportContent_getImplementationName() throw();
-css::uno::Reference< css::uno::XInterface > SAL_CALL
- SmXMLExportContent_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr) throw( css::uno::Exception );
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */