diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-07-04 00:38:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-07-04 00:38:39 +0200 |
commit | 4e5c9bdcddb590902ab2d79c379f9659d52a7f9e (patch) | |
tree | 63eb5fd68cf93b9c6a56dec114a3009eef6ac7d4 /offapi | |
parent | 16f72241f7649c2b4cd4f704c225e1fed39d0081 (diff) |
Fix some idl descriptions
Change-Id: I214c52649f6bd72daf56f11a42962ae5e7585b57
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/table/AccessibleCellView.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl index cae0daa24e5a..767392718a92 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl @@ -44,7 +44,7 @@ service AccessibleSpreadsheetPageView <li>The children returned by ::com::sun::star::accessibility::XAccessibleContext::getAccessibleChild() all support the interface XAccessible. Calling - ::com::sun::star::accessibility::XAccessibleContext::getAccessibleContext() + ::com::sun::star::accessibility::XAccessible::getAccessibleContext() for these children returns an object that supports one of the following services.</li> <ul> diff --git a/offapi/com/sun/star/table/AccessibleCellView.idl b/offapi/com/sun/star/table/AccessibleCellView.idl index 13d5495c64a8..d09f00b5c2b3 100644 --- a/offapi/com/sun/star/table/AccessibleCellView.idl +++ b/offapi/com/sun/star/table/AccessibleCellView.idl @@ -48,7 +48,7 @@ service AccessibleCellView <li>The children returned by ::com::sun::star::accessibility::XAccessibleContext::getAccessibleChild() all support the interface XAccessible. Calling - ::com::sun::star::accessibility::XAccessibleContext::getAccessibleContext() + ::com::sun::star::accessibility::XAccessible::getAccessibleContext() for these children returns an object that supports the service ::com::sun::star::text::AccessibleParagraphView: A child of this kind is returned for every paragraph |