summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/AccessibleCsvCell.idl')
-rw-r--r--offapi/com/sun/star/sheet/AccessibleCsvCell.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
index 75852d1f7486..931cc890a0bb 100644
--- a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
+++ b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/accessibility/XAccessibleText.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** The accessible object of a cell in the CSV import dialog.
@see ::com::sun::star::sheet::AccessibleCsvTable
@@ -38,19 +36,16 @@ module com { module sun { module star { module sheet {
*/
published service AccessibleCsvCell
{
- //-------------------------------------------------------------------------
/** This interface gives access to the whole content of the cell.
*/
interface ::com::sun::star::accessibility::XAccessibleContext;
- //-------------------------------------------------------------------------
/** This interface gives access to the visibility of the cell.
*/
interface ::com::sun::star::accessibility::XAccessibleComponent;
- //-------------------------------------------------------------------------
/** This interface gives access to the text representation of the cell
content.
@@ -58,7 +53,6 @@ published service AccessibleCsvCell
interface ::com::sun::star::accessibility::XAccessibleText;
};
-//=============================================================================
}; }; }; };