Author: hanya Date: Fri Nov 13 12:53:52 2015 New Revision: 1714201 URL: http://svn.apache.org/viewvc?rev=1714201&view=rev Log: #i126649# Fix wrong at tag names
Modified: openoffice/trunk/main/offapi/com/sun/star/accessibility/XAccessibleText.idl openoffice/trunk/main/offapi/com/sun/star/auth/XSSOManager.idl openoffice/trunk/main/offapi/com/sun/star/awt/XSimpleTabController.idl openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridDataModel.idl openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridRowSelection.idl openoffice/trunk/main/offapi/com/sun/star/awt/tree/XTreeControl.idl openoffice/trunk/main/offapi/com/sun/star/configuration/AccessRootElement.idl openoffice/trunk/main/offapi/com/sun/star/configuration/SetElement.idl openoffice/trunk/main/offapi/com/sun/star/configuration/UpdateRootElement.idl openoffice/trunk/main/offapi/com/sun/star/deployment/XPackage.idl openoffice/trunk/main/offapi/com/sun/star/deployment/XPackageRegistry.idl openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XPane2.idl openoffice/trunk/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectCreator.idl openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectFactory.idl openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedPersist.idl openoffice/trunk/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl openoffice/trunk/main/offapi/com/sun/star/frame/XStorable2.idl openoffice/trunk/main/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl openoffice/trunk/main/offapi/com/sun/star/sync/SyncScheme.idl openoffice/trunk/main/offapi/com/sun/star/table/TableSortField.idl openoffice/trunk/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl openoffice/trunk/main/offapi/com/sun/star/ucb/XInteractionSupplyName.idl openoffice/trunk/main/offapi/com/sun/star/ui/UIElementFactoryManager.idl openoffice/trunk/main/offapi/com/sun/star/util/XModifiable2.idl Modified: openoffice/trunk/main/offapi/com/sun/star/accessibility/XAccessibleText.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/accessibility/XAccessibleText.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/accessibility/XAccessibleText.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/accessibility/XAccessibleText.idl Fri Nov 13 12:53:52 2015 @@ -312,7 +312,7 @@ published interface XAccessibleText : :: The first character of the new selection. The valid range is 0..length. - @parm nEndIndex + @param nEndIndex The position after the last character of the new selection. The valid range is 0..length. Modified: openoffice/trunk/main/offapi/com/sun/star/auth/XSSOManager.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/auth/XSSOManager.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/auth/XSSOManager.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/auth/XSSOManager.idl Fri Nov 13 12:53:52 2015 @@ -72,7 +72,7 @@ published interface XSSOManager : ::com: the name of the target/acceptor side principal to which the source principal intends to authenticate. - @paran TargetHost + @param TargetHost the host name associated with the target principal. @returns Modified: openoffice/trunk/main/offapi/com/sun/star/awt/XSimpleTabController.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/awt/XSimpleTabController.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/awt/XSimpleTabController.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/awt/XSimpleTabController.idl Fri Nov 13 12:53:52 2015 @@ -55,7 +55,7 @@ published interface XSimpleTabController which can be used further to address this tab by using other methods of this interface. - @return [long + @return an unique ID for this new tab. */ long insertTab(); @@ -139,7 +139,7 @@ published interface XSimpleTabController //------------------------------------------------------------------------- /** return the unique ID of the current active tab. - @eturn [long] + @return ID the ID of the active tab. */ long getActiveTabID(); Modified: openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridDataModel.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridDataModel.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridDataModel.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridDataModel.idl Fri Nov 13 12:53:52 2015 @@ -98,9 +98,9 @@ published interface XGridDataModel <p>This method is provided for performance and convenience reasons, it delivers the same result as subsequent calls to <member>getCellData</member> would.</p> - @param Row + @param RowIndex 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 > Modified: openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridRowSelection.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridRowSelection.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridRowSelection.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridRowSelection.idl Fri Nov 13 12:53:52 2015 @@ -47,7 +47,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 <code>RowIndex</code> does not denote a valid row index */ void selectRow( [in] long RowIndex ) Modified: openoffice/trunk/main/offapi/com/sun/star/awt/tree/XTreeControl.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/awt/tree/XTreeControl.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/awt/tree/XTreeControl.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/awt/tree/XTreeControl.idl Fri Nov 13 12:53:52 2015 @@ -208,7 +208,7 @@ published 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 <type>XTreeNode</type> for the node closest to that location, null if nothing is viewable or there is no model Modified: openoffice/trunk/main/offapi/com/sun/star/configuration/AccessRootElement.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/configuration/AccessRootElement.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/configuration/AccessRootElement.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/configuration/AccessRootElement.idl Fri Nov 13 12:53:52 2015 @@ -140,8 +140,8 @@ published service AccessRootElement with a single event. </p> - @ see UpdateRootElement - @ see com::sun::star::util::XChangesBatch + @see UpdateRootElement + @see com::sun::star::util::XChangesBatch */ interface com::sun::star::util::XChangesNotifier; Modified: openoffice/trunk/main/offapi/com/sun/star/configuration/SetElement.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/configuration/SetElement.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/configuration/SetElement.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/configuration/SetElement.idl Fri Nov 13 12:53:52 2015 @@ -170,7 +170,7 @@ published service SetElement implementation. </p> - @ see com::sun::star::configuration::XTemplateContainer + @see com::sun::star::configuration::XTemplateContainer */ interface com::sun::star::configuration::XTemplateInstance; }; Modified: openoffice/trunk/main/offapi/com/sun/star/configuration/UpdateRootElement.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/configuration/UpdateRootElement.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/configuration/UpdateRootElement.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/configuration/UpdateRootElement.idl Fri Nov 13 12:53:52 2015 @@ -93,8 +93,8 @@ published service UpdateRootElement is invoked. </p> - @ see AccessRootElement - @ see com::sun::star::util::XChangesNotifier + @see AccessRootElement + @see com::sun::star::util::XChangesNotifier */ interface com::sun::star::util::XChangesBatch; }; Modified: openoffice/trunk/main/offapi/com/sun/star/deployment/XPackage.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/deployment/XPackage.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/deployment/XPackage.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/deployment/XPackage.idl Fri Nov 13 12:53:52 2015 @@ -75,7 +75,7 @@ interface XPackage @param xCmdEnv command environment for error handling and other interaction. - @alreadyInstalled + @param alreadyInstalled indicates that an extension with the same identifyer is already installed. @return Modified: openoffice/trunk/main/offapi/com/sun/star/deployment/XPackageRegistry.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/deployment/XPackageRegistry.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/deployment/XPackageRegistry.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/deployment/XPackageRegistry.idl Fri Nov 13 12:53:52 2015 @@ -82,7 +82,7 @@ interface XPackageRegistry media type of package, empty string if to be detected @param removed - @para unfulfilledPrerequisites + @param unfulfilledPrerequisites has a value other null if the extension could not be installed previously because <member>XPackage::checkPrerequisites</member> failed. Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XPane2.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XPane2.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XPane2.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XPane2.idl Fri Nov 13 12:53:52 2015 @@ -39,7 +39,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. + @returns <TRUE> when all windows of the pane are visible. */ boolean isVisible (); Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl Fri Nov 13 12:53:52 2015 @@ -103,7 +103,7 @@ published interface XCommonEmbedPersist: optional parameters for object reloading, see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectCreator.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectCreator.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectCreator.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectCreator.idl Fri Nov 13 12:53:52 2015 @@ -130,10 +130,10 @@ published interface XEmbedObjectCreator: an object of type <type>EmbeddedObjectDescriptor</type> contains object related properties - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal - @thrown ::com::sun::star::container::NoSuchElementException + @throws ::com::sun::star::container::NoSuchElementException the specified entry does not exist @throws com::sun::star::io::IOException @@ -175,7 +175,7 @@ published interface XEmbedObjectCreator: an object of type <type>EmbeddedObjectDescriptor</type> contains object related properties - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::io::IOException Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectFactory.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectFactory.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectFactory.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectFactory.idl Fri Nov 13 12:53:52 2015 @@ -100,7 +100,7 @@ published interface XEmbedObjectFactory: see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::io::IOException Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedPersist.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedPersist.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedPersist.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedPersist.idl Fri Nov 13 12:53:52 2015 @@ -107,7 +107,7 @@ published interface XEmbedPersist: XComm see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException @@ -148,7 +148,7 @@ published interface XEmbedPersist: XComm optional parameters for the object saving, see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException @@ -198,7 +198,7 @@ published interface XEmbedPersist: XComm optional parameters for the object saving, see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl Fri Nov 13 12:53:52 2015 @@ -82,7 +82,7 @@ published interface XInsertObjectDialog: @returns the structure containing the object and container related options - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::io::IOException Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XStorable2.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XStorable2.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/frame/XStorable2.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/frame/XStorable2.idl Fri Nov 13 12:53:52 2015 @@ -65,7 +65,7 @@ published interface XStorable2: XStorabl optional parameters for saving, can take values from subset of <type scope="com::sun::star::document">MediaDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException the optional parameters contain unacceptable for save entry @throws com::sun::star::io::IOException Modified: openoffice/trunk/main/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/sdbcx/XColumnsSupplier.idl Fri Nov 13 12:53:52 2015 @@ -45,7 +45,7 @@ published interface XColumnsSupplier: co { /** returns the container of columns. - @rerurns + @returns the columns */ com::sun::star::container::XNameAccess getColumns(); Modified: openoffice/trunk/main/offapi/com/sun/star/sync/SyncScheme.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/sync/SyncScheme.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/sync/SyncScheme.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/sync/SyncScheme.idl Fri Nov 13 12:53:52 2015 @@ -30,7 +30,7 @@ /** contains the scheme name of this SyncScheme - @derepcated + @deprecated */ published struct SyncScheme { Modified: openoffice/trunk/main/offapi/com/sun/star/table/TableSortField.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/table/TableSortField.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/table/TableSortField.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/table/TableSortField.idl Fri Nov 13 12:53:52 2015 @@ -79,7 +79,7 @@ published struct TableSortField <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member> </p> - @ see com::sun::star::i18n::XCollator + @see com::sun::star::i18n::XCollator */ com::sun::star::lang::Locale CollatorLocale; @@ -90,7 +90,7 @@ published struct TableSortField <member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member> </p> - @ see com::sun::star::i18n::XCollator + @see com::sun::star::i18n::XCollator */ string CollatorAlgorithm; Modified: openoffice/trunk/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl Fri Nov 13 12:53:52 2015 @@ -124,7 +124,7 @@ published interface XDynamicResultSet: c implemented as <type>ContentResultSet</type>. Its content will never change. - @trows ListenerAlreadySetException + @throws ListenerAlreadySetException if someone already has registered as listener via <member>XDynamicResultSet::setListener</member> or if someone has established a connection to a <type>CachedDynamicResultSet</type> Modified: openoffice/trunk/main/offapi/com/sun/star/ucb/XInteractionSupplyName.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/ucb/XInteractionSupplyName.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/ucb/XInteractionSupplyName.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/ucb/XInteractionSupplyName.idl Fri Nov 13 12:53:52 2015 @@ -46,7 +46,7 @@ published interface XInteractionSupplyNa //------------------------------------------------------------------------- /** sets the name to supply. - @parem Name + @param Name contains the name to supply. */ void setName( [in] string Name ); Modified: openoffice/trunk/main/offapi/com/sun/star/ui/UIElementFactoryManager.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/ui/UIElementFactoryManager.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/ui/UIElementFactoryManager.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/ui/UIElementFactoryManager.idl Fri Nov 13 12:53:52 2015 @@ -57,7 +57,7 @@ service UIElementFactoryManager retrieves the responsible user interface element factory from the provided arguments and passes the arguments to it. - see @XUIElementFactory + @see XUIElementFactory </p> */ interface XUIElementFactory; Modified: openoffice/trunk/main/offapi/com/sun/star/util/XModifiable2.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/util/XModifiable2.idl?rev=1714201&r1=1714200&r2=1714201&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/util/XModifiable2.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/util/XModifiable2.idl Fri Nov 13 12:53:52 2015 @@ -52,7 +52,7 @@ published interface XModifiable2: com::s //------------------------------------------------------------------------- /** disable possibility to change modified state of the document - @retuns the value that says whether the modified state change was + @returns the value that says whether the modified state change was enabled before the call <TRUE/> the changing of the modified state was already disabled <FALSE/> the changing of the modified state was enabled @@ -63,7 +63,7 @@ published interface XModifiable2: com::s //------------------------------------------------------------------------- /** enable possibility to change modified state of the document - @retuns the value that says whether the modified state change was + @returns the value that says whether the modified state change was enabled before the call <TRUE/> the changing of the modified state was disabled <FALSE/> the changing of the modified state was already enabled