From 44404b7a6c7bb3b95d03094abb745f29a5154959 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 30 Apr 2013 15:58:24 +0200 Subject: *api: fix all unknown commands Change-Id: Ied26925485b2be649cabafff338e6d78c7bd17b3 --- offapi/com/sun/star/awt/LineEndFormat.idl | 10 ++++++---- offapi/com/sun/star/awt/UnoControlThrobber.idl | 2 +- offapi/com/sun/star/awt/UnoControlThrobberModel.idl | 2 +- offapi/com/sun/star/awt/XSimpleTabController.idl | 4 ++-- offapi/com/sun/star/awt/XThrobber.idl | 2 +- offapi/com/sun/star/awt/grid/XGridDataModel.idl | 2 +- offapi/com/sun/star/awt/grid/XGridRowSelection.idl | 2 +- offapi/com/sun/star/awt/tree/XTreeControl.idl | 2 +- offapi/com/sun/star/deployment/LicenseException.idl | 2 +- offapi/com/sun/star/deployment/XPackage.idl | 2 +- offapi/com/sun/star/drawing/framework/XPane2.idl | 2 +- offapi/com/sun/star/embed/XCommonEmbedPersist.idl | 2 +- offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl | 2 +- offapi/com/sun/star/embed/XEmbedObjectCreator.idl | 4 ++-- offapi/com/sun/star/embed/XEmbedObjectFactory.idl | 2 +- offapi/com/sun/star/embed/XEmbedPersist.idl | 2 +- offapi/com/sun/star/embed/XInsertObjectDialog.idl | 2 +- offapi/com/sun/star/embed/XLinkCreator.idl | 4 ++-- offapi/com/sun/star/embed/XLinkFactory.idl | 2 +- offapi/com/sun/star/embed/XLinkageSupport.idl | 4 ++-- offapi/com/sun/star/frame/XModuleManager.idl | 2 +- offapi/com/sun/star/i18n/CalendarFieldIndex.idl | 4 ++-- offapi/com/sun/star/i18n/NumberFormatIndex.idl | 8 ++++---- offapi/com/sun/star/mail/XMailService.idl | 2 +- offapi/com/sun/star/rendering/StrokeAttributes.idl | 2 -- offapi/com/sun/star/task/XPasswordContainer2.idl | 4 ++-- offapi/com/sun/star/text/ContentIndex.idl | 1 - offapi/com/sun/star/ucb/FileSystemNotation.idl | 4 ++-- offapi/com/sun/star/ucb/ODMAContentProvider.idl | 2 +- offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl | 1 - offapi/com/sun/star/ucb/XDynamicResultSet.idl | 2 +- offapi/com/sun/star/ui/XUIElementFactoryManager.idl | 2 +- 32 files changed, 44 insertions(+), 46 deletions(-) (limited to 'offapi/com/sun/star') diff --git a/offapi/com/sun/star/awt/LineEndFormat.idl b/offapi/com/sun/star/awt/LineEndFormat.idl index a48794e5c79a..832efc389407 100644 --- a/offapi/com/sun/star/awt/LineEndFormat.idl +++ b/offapi/com/sun/star/awt/LineEndFormat.idl @@ -29,18 +29,20 @@ module com { module sun { module star { module awt { constants LineEndFormat { - /** specifies that line ends are to be represented by a carriage return character (\r) + /** specifies that line ends are to be represented by a carriage + return character (`\r`) */ const short CARRIAGE_RETURN = 0; - /** specifies that line ends are to be represented by a line feed character (\n) + /** specifies that line ends are to be represented by a line feed + character (`\n`) */ const short LINE_FEED = 1; - /** specifies that line ends are to be represented by a line feed character (\n), followed - by a carriage return character (\r). + /** specifies that line ends are to be represented by a line feed + character (`\n`), followed by a carriage return character (`\r`). */ const short CARRIAGE_RETURN_LINE_FEED = 2; diff --git a/offapi/com/sun/star/awt/UnoControlThrobber.idl b/offapi/com/sun/star/awt/UnoControlThrobber.idl index 6f8123058d4c..20a705079a5b 100644 --- a/offapi/com/sun/star/awt/UnoControlThrobber.idl +++ b/offapi/com/sun/star/awt/UnoControlThrobber.idl @@ -29,7 +29,7 @@ /** @since OOo 2.2 - @deprecatd + @deprecated You should use AnimatedImagesControl. */ published service UnoControlThrobber diff --git a/offapi/com/sun/star/awt/UnoControlThrobberModel.idl b/offapi/com/sun/star/awt/UnoControlThrobberModel.idl index 3e172f77c83f..4f5616b28088 100644 --- a/offapi/com/sun/star/awt/UnoControlThrobberModel.idl +++ b/offapi/com/sun/star/awt/UnoControlThrobberModel.idl @@ -28,7 +28,7 @@ /** @since OOo 2.2 - @deprecatd + @deprecated You should use SpinningAnimationControlModel. */ diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl b/offapi/com/sun/star/awt/XSimpleTabController.idl index e0b7c218640a..62320961693a 100644 --- a/offapi/com/sun/star/awt/XSimpleTabController.idl +++ b/offapi/com/sun/star/awt/XSimpleTabController.idl @@ -55,7 +55,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface /** change some properties of the specified tab. - @descr Such properties can be: + Such properties can be: @@ -101,7 +101,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface /** activate the specified tab. - @descr The new tab will be activated and all listener will get an event describing this. + The new tab will be activated and all listener will get an event describing this. Of course there will be an event too, which notifies listener about the deactivation of the last active tab. diff --git a/offapi/com/sun/star/awt/XThrobber.idl b/offapi/com/sun/star/awt/XThrobber.idl index 46df9099aba0..8234c5a52d38 100644 --- a/offapi/com/sun/star/awt/XThrobber.idl +++ b/offapi/com/sun/star/awt/XThrobber.idl @@ -27,7 +27,7 @@ /** - @deprecatd + @deprecated You should use XAnimation, AnimatedImagesControl, and AnimatedImagesControlModel. */ published interface XThrobber: com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/awt/grid/XGridDataModel.idl b/offapi/com/sun/star/awt/grid/XGridDataModel.idl index d17a2dc69b86..23808f24ace1 100644 --- a/offapi/com/sun/star/awt/grid/XGridDataModel.idl +++ b/offapi/com/sun/star/awt/grid/XGridDataModel.idl @@ -94,7 +94,7 @@ published interface XGridDataModel @param Row the index of the row whose data should is to be retrieved. - @raises ::com::sun::star::lang::IndexOutOfBoundsException + @throws ::com::sun::star::lang::IndexOutOfBoundsException of the given row index does not denote a valid row. */ sequence< any > diff --git a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl index 54e188ebde05..838706d5262e 100644 --- a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl +++ b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl @@ -41,7 +41,7 @@ published interface XGridRowSelection @param RowIndex denotes the index of the row to select - @raises ::com::sun::star::lang::IndexOutOfBoundsException + @throws ::com::sun::star::lang::IndexOutOfBoundsException if RowIndex does not denote a valid row index */ void selectRow( [in] long RowIndex ) diff --git a/offapi/com/sun/star/awt/tree/XTreeControl.idl b/offapi/com/sun/star/awt/tree/XTreeControl.idl index f8bc0e837097..9f2b4c7a1315 100644 --- a/offapi/com/sun/star/awt/tree/XTreeControl.idl +++ b/offapi/com/sun/star/awt/tree/XTreeControl.idl @@ -187,7 +187,7 @@ interface XTreeControl @param x an integer giving the number of pixels horizontally from the left edge of the controls display area - @para y + @param y an integer giving the number of pixels vertically from the top edge of the controls display area @returns the XTreeNode for the node closest to that location, null if nothing is viewable or there is no model diff --git a/offapi/com/sun/star/deployment/LicenseException.idl b/offapi/com/sun/star/deployment/LicenseException.idl index 94446240b091..dc67bd9676ba 100644 --- a/offapi/com/sun/star/deployment/LicenseException.idl +++ b/offapi/com/sun/star/deployment/LicenseException.idl @@ -42,7 +42,7 @@ exception LicenseException : com::sun::star::uno::Exception string Text; /** contains the value of the attribute - /description/registration/simple-license/@accept-by + `/description/registration/simple-license/@accept-by` from the description.xml */ string AcceptBy; diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl index cddbd772ca7e..d0b942fcbe20 100644 --- a/offapi/com/sun/star/deployment/XPackage.idl +++ b/offapi/com/sun/star/deployment/XPackage.idl @@ -71,7 +71,7 @@ interface XPackage @param xCmdEnv command environment for error handling and other interaction. - @alreadyInstalled + @param alreadyInstalled indicates that an extension with the same identifier is already installed. @return diff --git a/offapi/com/sun/star/drawing/framework/XPane2.idl b/offapi/com/sun/star/drawing/framework/XPane2.idl index a15c99c641d2..6bbaae249a3d 100644 --- a/offapi/com/sun/star/drawing/framework/XPane2.idl +++ b/offapi/com/sun/star/drawing/framework/XPane2.idl @@ -33,7 +33,7 @@ interface XPane2 { /** Return whether all windows that are used to implement the pane are visible. - @Returns `TRUE` when all windows of the pane are visible. + @return `TRUE` when all windows of the pane are visible. */ boolean isVisible (); diff --git a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl index adeb17f5daea..74333f6165cf 100644 --- a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl +++ b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl @@ -84,7 +84,7 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface the object is in wrong state @throws com::sun::star::io::IOException - in case of io problems during opening\creation + in case of io problems during opening or creation @throws com::sun::star::uno::Exception in case of other problems diff --git a/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl b/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl index 4c3861250979..22e89f967872 100644 --- a/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl +++ b/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl @@ -69,7 +69,7 @@ published interface XEmbedObjectClipboardCreator: com::sun::star::uno::XInterfac one of arguments is illegal @throws com::sun::star::io::IOException - in case of io problems during opening\creation + in case of io problems during opening or creation @throws com::sun::star::uno::Exception in case of other problems diff --git a/offapi/com/sun/star/embed/XEmbedObjectCreator.idl b/offapi/com/sun/star/embed/XEmbedObjectCreator.idl index d08d8924858b..268805bc895d 100644 --- a/offapi/com/sun/star/embed/XEmbedObjectCreator.idl +++ b/offapi/com/sun/star/embed/XEmbedObjectCreator.idl @@ -65,7 +65,7 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface one of arguments is illegal @throws com::sun::star::io::IOException - in case of io problems during opening\creation + in case of io problems during opening or creation @throws com::sun::star::uno::Exception in case of other problems @@ -153,7 +153,7 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface one of arguments is illegal @throws com::sun::star::io::IOException - in case of io problems during opening\creation + in case of io problems during opening or creation @throws com::sun::star::uno::Exception in case of other problems diff --git a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl index 986f22031066..83dbc8faf899 100644 --- a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl +++ b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl @@ -80,7 +80,7 @@ published interface XEmbedObjectFactory: com::sun::star::uno::XInterface one of arguments is illegal @throws com::sun::star::io::IOException - in case of io problems during opening\creation + in case of io problems during opening or creation @throws com::sun::star::uno::Exception in case of other problems diff --git a/offapi/com/sun/star/embed/XEmbedPersist.idl b/offapi/com/sun/star/embed/XEmbedPersist.idl index 9c00974800b3..5eec55149933 100644 --- a/offapi/com/sun/star/embed/XEmbedPersist.idl +++ b/offapi/com/sun/star/embed/XEmbedPersist.idl @@ -87,7 +87,7 @@ published interface XEmbedPersist: XCommonEmbedPersist the object is in wrong state @throws com::sun::star::io::IOException - in case of io problems during opening\creation + in case of io problems during opening or creation @throws com::sun::star::uno::Exception in case of other problems diff --git a/offapi/com/sun/star/embed/XInsertObjectDialog.idl b/offapi/com/sun/star/embed/XInsertObjectDialog.idl index 7784c48773e2..a0e89091f2f5 100644 --- a/offapi/com/sun/star/embed/XInsertObjectDialog.idl +++ b/offapi/com/sun/star/embed/XInsertObjectDialog.idl @@ -59,7 +59,7 @@ published interface XInsertObjectDialog: com::sun::star::uno::XInterface one of arguments is illegal @throws com::sun::star::io::IOException - in case of io problems during opening\creation + in case of io problems during opening or creation @throws com::sun::star::uno::Exception in case of other problems diff --git a/offapi/com/sun/star/embed/XLinkCreator.idl b/offapi/com/sun/star/embed/XLinkCreator.idl index d704d17d15fb..56e13b025e2c 100644 --- a/offapi/com/sun/star/embed/XLinkCreator.idl +++ b/offapi/com/sun/star/embed/XLinkCreator.idl @@ -47,7 +47,7 @@ published interface XLinkCreator: com::sun::star::uno::XInterface

@param xStorage - a parent storage the entry should be created/opened in + a parent storage the entry should be created or opened in @param sEntryName a name for the entry @@ -65,7 +65,7 @@ published interface XLinkCreator: com::sun::star::uno::XInterface the argument is illegal @throws com::sun::star::io::IOException - in case of io problems during opening\creation + in case of io problems during opening or creation @throws com::sun::star::uno::Exception in case of other problems diff --git a/offapi/com/sun/star/embed/XLinkFactory.idl b/offapi/com/sun/star/embed/XLinkFactory.idl index 1c76500f8a28..72c2553ad2d8 100644 --- a/offapi/com/sun/star/embed/XLinkFactory.idl +++ b/offapi/com/sun/star/embed/XLinkFactory.idl @@ -66,7 +66,7 @@ published interface XLinkFactory: com::sun::star::uno::XInterface one of arguments is illegal @throws com::sun::star::io::IOException - in case of io problems during opening\creation + in case of io problems during opening or creation @throws com::sun::star::uno::Exception in case of other problems diff --git a/offapi/com/sun/star/embed/XLinkageSupport.idl b/offapi/com/sun/star/embed/XLinkageSupport.idl index bbeac72ea96b..3a46f514e6d7 100644 --- a/offapi/com/sun/star/embed/XLinkageSupport.idl +++ b/offapi/com/sun/star/embed/XLinkageSupport.idl @@ -50,13 +50,13 @@ published interface XLinkageSupport: XCommonEmbedPersist

- An entry with the specified name should be created\opened inside + An entry with the specified name should be created or opened inside provided storage. This entry will be used for the object persistence. If the entry exists already all it's contents will be ignored.

@param xStorage - a parent storage the entry should be created\opened in + a parent storage the entry should be created or opened in @param sEntryName a name for the entry diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl index bffc7a5b11c3..48540c2741fb 100644 --- a/offapi/com/sun/star/frame/XModuleManager.idl +++ b/offapi/com/sun/star/frame/XModuleManager.idl @@ -36,7 +36,7 @@ interface XModuleManager : com::sun::star::uno::XInterface /** @short identifies the given module. - @descr This identifier can then be used at the service ModuleManager + @details This identifier can then be used at the service ModuleManager to get more information about this module. For identification the interface com::sun::star::lang::XServiceInfo diff --git a/offapi/com/sun/star/i18n/CalendarFieldIndex.idl b/offapi/com/sun/star/i18n/CalendarFieldIndex.idl index 017f1f5cad95..d1a511c8d250 100644 --- a/offapi/com/sun/star/i18n/CalendarFieldIndex.idl +++ b/offapi/com/sun/star/i18n/CalendarFieldIndex.idl @@ -90,7 +90,7 @@ published constants CalendarFieldIndex interpret historical timezone data that consists of fractions of minutes, e.g. seconds. 1 minute == 60000 milliseconds. - @ATTENTION! Though the field's type is signed 16-bit, the field + @attention Though the field's type is signed 16-bit, the field value is treated as unsigned 16-bit to allow for values up to 60000 and expresses an absolute value that inherits its sign from the parent ZONE_OFFSET field. @@ -104,7 +104,7 @@ published constants CalendarFieldIndex interpret historical timezone data that consists of fractions of minutes, e.g. seconds. 1 minute == 60000 milliseconds. - @ATTENTION! Though the field's type is signed 16-bit, the field + @attention Though the field's type is signed 16-bit, the field value is treated as unsigned 16-bit to allow for values up to 60000 and expresses an absolute value that inherits its sign from the parent DST_OFFSET field. diff --git a/offapi/com/sun/star/i18n/NumberFormatIndex.idl b/offapi/com/sun/star/i18n/NumberFormatIndex.idl index 03b6721d4575..f99454439bb2 100644 --- a/offapi/com/sun/star/i18n/NumberFormatIndex.idl +++ b/offapi/com/sun/star/i18n/NumberFormatIndex.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module i18n { MUST support some predefined format codes. These predefined format codes are accessed through indices as the following, and the locale data format code definitions in - i18npool\source\localedata\data\*.xml MUST have matching + i18npool/source/localedata/data/\*.xml MUST have matching entries in the form
<FormatElement formatindex="0">
@@ -71,7 +71,7 @@ module com { module sun { module star { module i18n { order to provide the same functionality and document layout on every platform. Like all other formats these formats are now defined in the i18n framework locale data files under - i18npool\source\localedata\data\*.xml + i18npool/source/localedata/data/\*.xml
DATE_SYS_...
On Windows platforms these formats used separators and @@ -243,7 +243,7 @@ published constants NumberFormatIndex /** BOOLEAN format - @ATTENTION + @attention Not defined in locale data, but generated by the number formatter. If you want to access this format you MUST do it via com::sun::star::util::XNumberFormatTypes::getFormatIndex() @@ -255,7 +255,7 @@ published constants NumberFormatIndex /** Text format - @ATTENTION + @attention Not defined in locale data, but generated by the number formatter. If you want to access this format you MUST do it via com::sun::star::util::XNumberFormatTypes::getFormatIndex() diff --git a/offapi/com/sun/star/mail/XMailService.idl b/offapi/com/sun/star/mail/XMailService.idl index c56c791650e1..dc6187f8bc4a 100644 --- a/offapi/com/sun/star/mail/XMailService.idl +++ b/offapi/com/sun/star/mail/XMailService.idl @@ -82,7 +82,7 @@ interface XMailService: ::com::sun::star::uno::XInterface { contains information like the server name, port, connection type etc. - @precond + @pre isConnected returns true. @returns diff --git a/offapi/com/sun/star/rendering/StrokeAttributes.idl b/offapi/com/sun/star/rendering/StrokeAttributes.idl index 36caa6d8d0ff..3e551e75bbb1 100644 --- a/offapi/com/sun/star/rendering/StrokeAttributes.idl +++ b/offapi/com/sun/star/rendering/StrokeAttributes.idl @@ -26,8 +26,6 @@ module com { module sun { module star { module rendering { Path stroking is the process of drawing a polygon with a thick pen. The various attributes contained in this structure can be used to customize that process.

- - @single #110496# */ struct StrokeAttributes { diff --git a/offapi/com/sun/star/task/XPasswordContainer2.idl b/offapi/com/sun/star/task/XPasswordContainer2.idl index 4723d25f531c..a3702924c2da 100644 --- a/offapi/com/sun/star/task/XPasswordContainer2.idl +++ b/offapi/com/sun/star/task/XPasswordContainer2.idl @@ -35,7 +35,7 @@ published interface XPasswordContainer2 /** handles passwords

- Use this interface to store\retrieve passwords. + Use this interface to store or retrieve passwords.

*/ interface com::sun::star::task::XPasswordContainer; @@ -43,7 +43,7 @@ published interface XPasswordContainer2 /** handles passwords

- Use this interface to store\retrieve passwords. + Use this interface to store or retrieve passwords.

*/ interface com::sun::star::task::XMasterPasswordHandling2; diff --git a/offapi/com/sun/star/text/ContentIndex.idl b/offapi/com/sun/star/text/ContentIndex.idl index 5f0eac8e1865..9b7a53179b53 100644 --- a/offapi/com/sun/star/text/ContentIndex.idl +++ b/offapi/com/sun/star/text/ContentIndex.idl @@ -35,7 +35,6 @@ published service ContentIndex /** determines the depth of outline levels that are included into the content index.*/ - /// @missing [optional, property] short Level; /** determines if the document index is created from outlines. diff --git a/offapi/com/sun/star/ucb/FileSystemNotation.idl b/offapi/com/sun/star/ucb/FileSystemNotation.idl index 1555c582aef8..9c97e6428c05 100644 --- a/offapi/com/sun/star/ucb/FileSystemNotation.idl +++ b/offapi/com/sun/star/ucb/FileSystemNotation.idl @@ -38,8 +38,8 @@ published constants FileSystemNotation const long UNIX_NOTATION = 1; /** The conventions of DOS like file systems (e.g., - a:\dir1\dir2\file or UNC notation like - \\host\dir1\dir2\file). + a:\\dir1\\dir2\\file or UNC notation like + \\\\host\\dir1\\dir2\\file). */ const long DOS_NOTATION = 2; diff --git a/offapi/com/sun/star/ucb/ODMAContentProvider.idl b/offapi/com/sun/star/ucb/ODMAContentProvider.idl index 20709b3e3bae..810c4a25d0bc 100644 --- a/offapi/com/sun/star/ucb/ODMAContentProvider.idl +++ b/offapi/com/sun/star/ucb/ODMAContentProvider.idl @@ -63,7 +63,7 @@ published service ODMAContentProvider URL of the OCP Root Folder )

vnd.sun.star.odma:/ a document id given by the DMS

-

vnd.sun.star.odma:/::ODMA\DMS_ID\DM_SPECIFIC_INFO

+

vnd.sun.star.odma:/`::ODMA\DMS_ID\DM_SPECIFIC_INFO`

*/ diff --git a/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl b/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl index 0a50ea3c016f..520ba755e412 100644 --- a/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl +++ b/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl @@ -43,7 +43,6 @@ published service RemoteAccessContentProvider XParameterizedContentProvider::registerInstance() call must contain the UNO URL of the remote UCB. - @descr The XContentProviders obtained through this interface implement the service ContentProvider and, if appropriate, also the interface XFileIdentifierConverter. diff --git a/offapi/com/sun/star/ucb/XDynamicResultSet.idl b/offapi/com/sun/star/ucb/XDynamicResultSet.idl index 6df0bc3089f4..57f7e8ee7804 100644 --- a/offapi/com/sun/star/ucb/XDynamicResultSet.idl +++ b/offapi/com/sun/star/ucb/XDynamicResultSet.idl @@ -100,7 +100,7 @@ published interface XDynamicResultSet: com::sun::star::lang::XComponent implemented as ContentResultSet. Its content will never change. - @trows ListenerAlreadySetException + @throws ListenerAlreadySetException if someone already has registered as listener via XDynamicResultSet::setListener() or if someone has established a connection to a CachedDynamicResultSet diff --git a/offapi/com/sun/star/ui/XUIElementFactoryManager.idl b/offapi/com/sun/star/ui/XUIElementFactoryManager.idl index 15ec523d3c51..9b41f40abe91 100644 --- a/offapi/com/sun/star/ui/XUIElementFactoryManager.idl +++ b/offapi/com/sun/star/ui/XUIElementFactoryManager.idl @@ -40,7 +40,7 @@ interface XUIElementFactoryManager retrieves the responsible user interface element factory from the provided arguments and passes the arguments to it. - see @XUIElementFactory + @see XUIElementFactory

*/ interface XUIElementFactory; -- cgit
Property