diff options
Diffstat (limited to 'offapi/org')
-rw-r--r-- | offapi/org/freedesktop/PackageKit/XModify.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/org/freedesktop/PackageKit/XModify.idl b/offapi/org/freedesktop/PackageKit/XModify.idl index 79e2f79cd2a4..05cc9004813f 100644 --- a/offapi/org/freedesktop/PackageKit/XModify.idl +++ b/offapi/org/freedesktop/PackageKit/XModify.idl @@ -63,21 +63,21 @@ interface XModify : com::sun::star::uno::XInterface * @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. * @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. * @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. |