diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-20 21:27:47 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-20 21:44:16 +0100 |
commit | 079485a6486b76090e64e899e44e8598cd2159e7 (patch) | |
tree | d8099f930203506f4cc453f97626a0d3a16b7fc3 /offapi/org/freedesktop | |
parent | ec8dcf58e95bda4c394fc15b5eae72c408f19aca (diff) |
sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/
Change-Id: Iefbe31af8d6ec421c6006423b6ee3a6375e3d453
Diffstat (limited to 'offapi/org/freedesktop')
-rw-r--r-- | offapi/org/freedesktop/PackageKit/XModify.idl | 20 | ||||
-rw-r--r-- | offapi/org/freedesktop/PackageKit/XQuery.idl | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/offapi/org/freedesktop/PackageKit/XModify.idl b/offapi/org/freedesktop/PackageKit/XModify.idl index 05cc9004813f..33a8fa089759 100644 --- a/offapi/org/freedesktop/PackageKit/XModify.idl +++ b/offapi/org/freedesktop/PackageKit/XModify.idl @@ -25,70 +25,70 @@ interface XModify : com::sun::star::uno::XInterface { /** * Installs local package sequence< string > files or service packs. - * @since LibreOffice 3.7 + * @since LibreOffice 4.0 */ void InstallPackageFiles( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction); /** * Installs sequence< string > packages to provide sequence< string > files. - * @since LibreOffice 3.7 + * @since LibreOffice 4.0 */ void InstallProvideFiles( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction); /** * Installs sequence< string > packages to provide sequence< string > files. - * @since LibreOffice 3.7 + * @since LibreOffice 4.0 */ void InstallCatalogs( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction); /** * Installs sequence< string > packages from a configured software source. - * @since LibreOffice 3.7 + * @since LibreOffice 4.0 */ void InstallPackageNames( [in] unsigned long xid, [in] sequence< string > packages, [in] string interaction); /** * Installs mimetype handlers from a configured software source. - * @since LibreOffice 3.7 + * @since LibreOffice 4.0 */ void InstallMimeTypes( [in] unsigned long xid, [in] sequence< string > mime_types, [in] string interaction); /** * Installs fontconfig resources ( [in] usually fonts) from a configured software source. - * @since LibreOffice 3.7 + * @since LibreOffice 4.0 */ 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 + * @since LibreOffice 4.0 */ 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 + * @since LibreOffice 4.0 */ 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. - * @since LibreOffice 3.7 + * @since LibreOffice 4.0 */ void RemovePackageByFiles( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction); /** * Installs printer drivers from a configured software source. - * @since LibreOffice 3.7 + * @since LibreOffice 4.0 */ void InstallPrinterDrivers( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction); diff --git a/offapi/org/freedesktop/PackageKit/XQuery.idl b/offapi/org/freedesktop/PackageKit/XQuery.idl index 9eb4483a85c7..87e9a6623a0c 100644 --- a/offapi/org/freedesktop/PackageKit/XQuery.idl +++ b/offapi/org/freedesktop/PackageKit/XQuery.idl @@ -24,14 +24,14 @@ interface XQuery : com::sun::star::uno::XInterface { /** * Installs local package files or service packs. - * @since LibreOffice 3.7 + * @since LibreOffice 4.0 */ void IsInstalled([in] string package_name, [in] string interaction, [out] boolean installed); /** * Installs packages to provide files. - * @since LibreOffice 3.7 + * @since LibreOffice 4.0 */ void SearchFile([in] string file_name, [in] string interaction, [out] boolean installed, [out] string package_name); |