Kaydet (Commit) 15055466 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix annoying Ressource typo

Change-Id: Ie6cf3cc8e672ad9499c55bda7c29b50140c6a57a
üst 592f1e5b
...@@ -63,21 +63,21 @@ interface XModify : com::sun::star::uno::XInterface ...@@ -63,21 +63,21 @@ interface XModify : com::sun::star::uno::XInterface
* @since LibreOffice 3.7 * @since LibreOffice 3.7
*/ */
void InstallFontconfigRessources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction); void InstallFontconfigResources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction);
/** /**
* Installs GStreamer resources ( [in] usually codecs) from a configured software source. * Installs GStreamer resources ( [in] usually codecs) from a configured software source.
* @since LibreOffice 3.7 * @since LibreOffice 3.7
*/ */
void InstalliGStreamerRessources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction); void InstalliGStreamerResources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction);
/** /**
* Installs resources of a given type from a configured software source. * Installs resources of a given type from a configured software source.
* @since LibreOffice 3.7 * @since LibreOffice 3.7
*/ */
void InstallRessources( [in] unsigned long xid, [in] sequence< string > types, [in] sequence< string > resources, [in] string interaction); void InstallResources( [in] unsigned long xid, [in] sequence< string > types, [in] sequence< string > resources, [in] string interaction);
/** /**
* Removes sequence< string > packages that provide the given local sequence< string > files. * Removes sequence< string > packages that provide the given local sequence< string > files.
......
...@@ -33,11 +33,11 @@ namespace shell { namespace sessioninstall ...@@ -33,11 +33,11 @@ namespace shell { namespace sessioninstall
{ throw ::com::sun::star::uno::RuntimeException(); } // not implemented { throw ::com::sun::star::uno::RuntimeException(); } // not implemented
virtual void SAL_CALL InstallMimeTypes( ::sal_uInt32 /* xid */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* mime_types */, const ::rtl::OUString& /* interaction */ ) throw (::com::sun::star::uno::RuntimeException) virtual void SAL_CALL InstallMimeTypes( ::sal_uInt32 /* xid */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* mime_types */, const ::rtl::OUString& /* interaction */ ) throw (::com::sun::star::uno::RuntimeException)
{ throw ::com::sun::star::uno::RuntimeException(); } // not implemented { throw ::com::sun::star::uno::RuntimeException(); } // not implemented
virtual void SAL_CALL InstallFontconfigRessources( ::sal_uInt32 /* xid */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* resources */, const ::rtl::OUString& /* interaction */ ) throw (::com::sun::star::uno::RuntimeException) virtual void SAL_CALL InstallFontconfigResources( ::sal_uInt32 /* xid */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* resources */, const ::rtl::OUString& /* interaction */ ) throw (::com::sun::star::uno::RuntimeException)
{ throw ::com::sun::star::uno::RuntimeException(); } // not implemented { throw ::com::sun::star::uno::RuntimeException(); } // not implemented
virtual void SAL_CALL InstalliGStreamerRessources( ::sal_uInt32 /* xid */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* resources */, const ::rtl::OUString& /* interaction */ ) throw (::com::sun::star::uno::RuntimeException) virtual void SAL_CALL InstalliGStreamerResources( ::sal_uInt32 /* xid */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* resources */, const ::rtl::OUString& /* interaction */ ) throw (::com::sun::star::uno::RuntimeException)
{ throw ::com::sun::star::uno::RuntimeException(); } // not implemented { throw ::com::sun::star::uno::RuntimeException(); } // not implemented
virtual void SAL_CALL InstallRessources( ::sal_uInt32 /* xid */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* types */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* resources */, const ::rtl::OUString& /* interaction */ ) throw (::com::sun::star::uno::RuntimeException) virtual void SAL_CALL InstallResources( ::sal_uInt32 /* xid */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* types */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* resources */, const ::rtl::OUString& /* interaction */ ) throw (::com::sun::star::uno::RuntimeException)
{ throw ::com::sun::star::uno::RuntimeException(); } // not implemented { throw ::com::sun::star::uno::RuntimeException(); } // not implemented
virtual void SAL_CALL RemovePackageByFiles( SAL_UNUSED_PARAMETER ::sal_uInt32 /* xid */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* files */, const ::rtl::OUString& /* interaction */ ) throw (::com::sun::star::uno::RuntimeException) virtual void SAL_CALL RemovePackageByFiles( SAL_UNUSED_PARAMETER ::sal_uInt32 /* xid */, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* files */, const ::rtl::OUString& /* interaction */ ) throw (::com::sun::star::uno::RuntimeException)
{ throw ::com::sun::star::uno::RuntimeException(); } // not implemented { throw ::com::sun::star::uno::RuntimeException(); } // not implemented
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment