From 9a556a1f355ef828ff326b00cf5c28a10f1d6bb5 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 5 Jul 2013 07:26:45 +0200 Subject: Fix some idl descriptions Change-Id: I983ba19bebceb4f38ca51f8c60204c91b78bc965 --- offapi/com/sun/star/document/XDocumentRecovery.idl | 2 +- offapi/com/sun/star/drawing/AccessibleGraphicShape.idl | 4 ++-- offapi/com/sun/star/text/AccessibleEndnoteView.idl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'offapi') 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.

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().

@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

The logical order of paragraph and table fragments is never changed.

  • The role is - ::com::sun::star::accessibility::AccessibleRole::ENDNOTE + ::com::sun::star::accessibility::AccessibleRole::END_NOTE
  • The name is "endnote" (or the equivalent term in application's language) with a number appended.
  • The description is endnote" (or the equivalent term -- cgit