diff options
-rw-r--r-- | offapi/com/sun/star/document/XDocumentRecovery.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/AccessibleGraphicShape.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/text/AccessibleEndnoteView.idl | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XDocumentRecovery.idl b/offapi/com/sun/star/document/XDocumentRecovery.idl index 60dc2be3c59f..a18e8dde800a 100644 --- a/offapi/com/sun/star/document/XDocumentRecovery.idl +++ b/offapi/com/sun/star/document/XDocumentRecovery.idl @@ -85,7 +85,7 @@ interface XDocumentRecovery Instead, the implementation is responsible to do so, if required.</p> <p>A default implementation of this method could simply delegate this call to - ::com::sun::star::frame:::XLoadable::load(), followed by + ::com::sun::star::frame::XLoadable::load(), followed by com::sun::star::frame::XModel::attachResource().</p> @param SourceLocation diff --git a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl index 880583fb6501..9dfd88c03bf8 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl @@ -60,8 +60,8 @@ service AccessibleGraphicShape the time being this interface does not provide information that is not available through the AccessibleShape service: the size returned by the - ::com::sun::star::accessibility::XAccessibleImage::getWidth() and - ::com::sun::star::accessibility::XAccessibleImage::getHeight() + ::com::sun::star::accessibility::XAccessibleImage::getAccessibleImageWidth() and + ::com::sun::star::accessibility::XAccessibleImage::getAccessibleImageHeight() functions is the same as that returned by the ::com::sun::star::accessibility::XAccessibleComponent::getSize() function; the description returned by diff --git a/offapi/com/sun/star/text/AccessibleEndnoteView.idl b/offapi/com/sun/star/text/AccessibleEndnoteView.idl index f019eba79cc9..86ea0b08eb7f 100644 --- a/offapi/com/sun/star/text/AccessibleEndnoteView.idl +++ b/offapi/com/sun/star/text/AccessibleEndnoteView.idl @@ -65,7 +65,7 @@ service AccessibleEndnoteView <p>The logical order of paragraph and table fragments is never changed. <li>The role is - ::com::sun::star::accessibility::AccessibleRole::ENDNOTE + ::com::sun::star::accessibility::AccessibleRole::END_NOTE <li>The name is "endnote" (or the equivalent term in application's language) with a number appended. <li>The description is endnote" (or the equivalent term |