From 37aeda6be1c636270a7c270facf478b5b97f9997 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 20 Mar 2014 22:12:58 -0500 Subject: Eliminate some doxygen warnings in offapi doc Change-Id: I9fc1053db98dd0aa90f6c9fb863dc3fdfa3cffe6 --- .../star/drawing/framework/XConfigurationController.idl | 14 +++++++------- offapi/com/sun/star/i18n/Calendar2.idl | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl index f08f42db76eb..fc2c5f990c15 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl @@ -103,37 +103,37 @@ interface XResource; configuration change request is executed, not when the requestResourceActivation() call is made.

The ConfigurationChangeEvent::ResourceId member is set to the requested - resource. The #ResourceObject member is not + resource. The ResourceObject member is not set.

  • ResourceDeactivationRequested is sent when the deactivation of a resource has been requested and the resource is active in the requested configuration. The event is sent when the configuration change request is executed that is created when for example requestResourceDeactivation() is called.

    -

    The #ResourceId member is set to the requested - resource. The #ResourceObject member is not +

    The ResourceId member is set to the requested + resource. The ResourceObject member is not set.

  • ConfigurationUpdateStart is sent before the update of the current configuration starts.

    The requested configuration is available in the ConfigurationChangeEvent::Configuration member. The - #ResourceId and #ResourceObject members + ResourceId and ResourceObject members are not set.

  • ConfigurationUpdateEnd is sent after the update of the current configuration ends.

    The requested configuration is available in the ConfigurationChangeEvent::Configuration member. - The #ResourceId and #ResourceObject members are not set.

  • + The ResourceId and ResourceObject members are not set.

  • ResourceActivation is sent when a resource is activated, i.e. when a new object of a resource is created (or taken from a cash).

    -

    The #ResourceId and #ResourceObject +

    The ResourceId and ResourceObject members are set to the XResourceId and object reference of the activated resource.

  • ResourceDeactivation is sent when a resource is deactivated, i.e. when an object that previously was part of the configuration is removed from the configuration.

    -

    The #ResourceId and #ResourceObject +

    The ResourceId and ResourceObject members are set to XResourceId and object reference of the deactivated resource.

  • diff --git a/offapi/com/sun/star/i18n/Calendar2.idl b/offapi/com/sun/star/i18n/Calendar2.idl index 6df975e06f91..25a3cfd00d4a 100644 --- a/offapi/com/sun/star/i18n/Calendar2.idl +++ b/offapi/com/sun/star/i18n/Calendar2.idl @@ -22,19 +22,19 @@ module com { module sun { module star { module i18n {

    Similar to ::com::sun::star::i18n::Calendar this provides - additional members with a sequence of possessive (genitive case) and - partitive case month names for locales that use them, for example - Slavic locales. If a locale does not provide the possessive form in + additional members with a sequence of possessive (genitive case) and + partitive case month names for locales that use them, for example + Slavic locales. If a locale does not provide the possessive form in #GenitiveMonths, the names are identical to the nominative case nouns in Calendar::Months. If a - locale does not provide the partitive case in + locale does not provide the partitive case in #PartitiveMonths, the names are identical to #GenitiveMonths.

    The sequences are of type com::sun::star::i18n::CalendarItem2 instead of com::sun::star::i18n::CalendarItem, with the - additional #NarrowName member. + additional NarrowName member. @see XLocaleData for links to DTD of XML locale data files. -- cgit