From 079485a6486b76090e64e899e44e8598cd2159e7 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 20 Nov 2012 21:27:47 +0100 Subject: sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/ Change-Id: Iefbe31af8d6ec421c6006423b6ee3a6375e3d453 --- offapi/org/freedesktop/PackageKit/XModify.idl | 20 ++++++++++---------- offapi/org/freedesktop/PackageKit/XQuery.idl | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'offapi/org/freedesktop/PackageKit') 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); -- cgit v1.2.3