From 8998a84f2a45f099981183fc7c6ba1d16a744414 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 18 Oct 2013 22:05:48 +0200 Subject: *api: remove type + remnants "> Change-Id: I2b60de0a11948ad1cab29931ac09b0aa1fe9adee --- offapi/com/sun/star/ucb/Content.idl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl index 0e41da8e6764..b1fa80a42fd8 100644 --- a/offapi/com/sun/star/ucb/Content.idl +++ b/offapi/com/sun/star/ucb/Content.idl @@ -225,14 +225,14 @@ published service Content com::sun::star::ucb::OpenMode::DOCUMENT_SHARE_DENY_WRITE. Support for DOCUMENT is mandatory, all others are optional. -
  • com::sun::star::ucb">OpenCommandArgument::Priority: +
  • com::sun::star::ucb::OpenCommandArgument::Priority: can be set, but implementation may ignore the value
  • com::sun::star::ucb::OpenCommandArgument::Sink: a sink, where the implementation can put the document data into.
  • com::sun::star::ucb::OpenCommandArgument::Properties: empty ( ignored )
  • -
  • com::sun::star::ucb">OpenCommandArgument2::SortingInfo: empty ( ignored )
  • +
  • com::sun::star::ucb::OpenCommandArgument2::SortingInfo: empty ( ignored )
  • The exceution must be aborted by the implementation of this command (by throwing a CommandAbortedException), if an @@ -451,7 +451,7 @@ published service Content addProperty void - PropertyCommandArgument aCmdArg + PropertyCommandArgument aCmdArg Adds a new properties to the content.

    @@ -462,7 +462,7 @@ published service Content match the one specified in Property::Type.

    Note that the dynamic properties must be kept persistent. The - service Store (UCB persistence service) may be used to + service Store (UCB persistence service) may be used to implement this.

    Important: The implementation must at least support adding properties of the following basic data types:

    @@ -480,11 +480,11 @@ published service Content

    - Raises a PropertyExistException + Raises a ::com::sun::star::beans::PropertyExistException if a property with the same name already exists; - IllegalTypeException + ::com::sun::star::beans::IllegalTypeException if the property has an unsupported type; - IllegalArgumentException + ::com::sun::star::lang::IllegalArgumentException if the Name of the property is empty.

    Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method @@ -497,9 +497,9 @@ published service Content void string PropertyName Removes the properties from the content. -

    Raises a UnknownPropertyException +

    Raises a ::com::sun::star::beans::UnknownPropertyException if the property does not exist; - NotRemoveableException + ::com::sun::star::beans::NotRemoveableException if the property is not removable.

    Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method -- cgit