Kaydet (Commit) c7c2488f authored tarafından Tsutomu Uchino's avatar Tsutomu Uchino Kaydeden (comit) Caolán McNamara

Related: #i126649# Fix wrong at tag names

(cherry picked from commit 902cd9fe)

Change-Id: I7cac635d9e7b6eae93466ced0349edc01caab0c2
üst f3e148bd
...@@ -123,8 +123,8 @@ published service AccessRootElement ...@@ -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;
......
...@@ -153,7 +153,7 @@ published service SetElement ...@@ -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;
}; };
......
...@@ -82,8 +82,8 @@ published service UpdateRootElement ...@@ -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;
}; };
......
...@@ -75,10 +75,8 @@ interface XPackageRegistry ...@@ -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
......
...@@ -64,7 +64,7 @@ published struct TableSortField ...@@ -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 ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment