Related: #i126649# Fix wrong at tag names

(cherry picked from commit 902cd9fe198a4e24843b0e4432cbc2dd3c587056)

Change-Id: I7cac635d9e7b6eae93466ced0349edc01caab0c2
This commit is contained in:
Tsutomu Uchino
2015-11-13 12:53:52 +00:00
committed by Caolán McNamara
parent f3e148bda1
commit c7c2488f0a
5 changed files with 7 additions and 9 deletions

View File

@@ -123,8 +123,8 @@ published service AccessRootElement
with a single event. with a single event.
</p> </p>
@ see UpdateRootElement @see UpdateRootElement
@ see com::sun::star::util::XChangesBatch @see com::sun::star::util::XChangesBatch
*/ */
interface com::sun::star::util::XChangesNotifier; interface com::sun::star::util::XChangesNotifier;

View File

@@ -153,7 +153,7 @@ published service SetElement
implementation. implementation.
</p> </p>
@ see com::sun::star::configuration::XTemplateContainer @see com::sun::star::configuration::XTemplateContainer
*/ */
interface com::sun::star::configuration::XTemplateInstance; interface com::sun::star::configuration::XTemplateInstance;
}; };

View File

@@ -82,8 +82,8 @@ published service UpdateRootElement
is invoked. is invoked.
</p> </p>
@ see AccessRootElement @see AccessRootElement
@ see com::sun::star::util::XChangesNotifier @see com::sun::star::util::XChangesNotifier
*/ */
interface com::sun::star::util::XChangesBatch; interface com::sun::star::util::XChangesBatch;
}; };

View File

@@ -75,10 +75,8 @@ interface XPackageRegistry
@param mediaType @param mediaType
media type of package, empty string if to be detected media type of package, empty string if to be detected
@param removed @param removed
@param identifier @param identifier
the identifier of the extension the identifier of the extension
@param xCmdEnv @param xCmdEnv
command environment for error and progress handling command environment for error and progress handling
@return @return

View File

@@ -64,7 +64,7 @@ published struct TableSortField
com::sun::star::table::TableSortFieldType::NUMERIC com::sun::star::table::TableSortFieldType::NUMERIC
</p> </p>
@ see com::sun::star::i18n::XCollator @see com::sun::star::i18n::XCollator
*/ */
com::sun::star::lang::Locale CollatorLocale; com::sun::star::lang::Locale CollatorLocale;
@@ -74,7 +74,7 @@ published struct TableSortField
com::sun::star::table::TableSortFieldType::NUMERIC com::sun::star::table::TableSortFieldType::NUMERIC
</p> </p>
@ see com::sun::star::i18n::XCollator @see com::sun::star::i18n::XCollator
*/ */
string CollatorAlgorithm; string CollatorAlgorithm;