diff options
Diffstat (limited to 'include/unotools/moduleoptions.hxx')
-rw-r--r-- | include/unotools/moduleoptions.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/unotools/moduleoptions.hxx b/include/unotools/moduleoptions.hxx index 9dac7166bcc5..0cece61f728e 100644 --- a/include/unotools/moduleoptions.hxx +++ b/include/unotools/moduleoptions.hxx @@ -118,22 +118,16 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail:: void SetFactoryDefaultFilter ( EFactory eFactory , const OUString& sFilter ); - - /** @short return the corresponding application ID for the given document service name. */ static EFactory ClassifyFactoryByServiceName(const OUString& sName); - - /** @short return the corresponding application ID for the given short name. */ static EFactory ClassifyFactoryByShortName(const OUString& sName); - - /** @short return the corresponding application ID for the given properties. @descr Because this search base on filters currently (till we have a better solution) @@ -155,8 +149,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail:: static EFactory ClassifyFactoryByURL(const OUString& sURL , const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lMediaDescriptor); - - /** @short return the corresponding application ID for the given properties. @descr Here we try to use the list of supported service names of the given model |