summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-11-29 00:27:03 +0100
committerThorsten Behrens <tbehrens@suse.com>2012-11-29 16:58:16 +0100
commit70626249cd247d9acdad417b8eaf252bae22c059 (patch)
tree2327193318672b583f12be99cdcaec5ef4d3830d /offapi/com/sun/star/sheet
parentdda524a71145441b336f5f9f6e559fa31d32d3d2 (diff)
API CHANGE a11y unpublishing and add/removeListener rename.
The a11y API has never really been picked up by tools vendors, let's not tie ourselves up here for no good reason. This unpublishes all css::accessibility, and dependend API. With that, we can change the rather unfortunately-named add/ removeEventListener to be add/removeAccessibleEventListener, thus not conflicting with the XComponent methods of the same name. Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/AccessibleCell.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleCsvCell.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleCsvRuler.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleCsvTable.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl2
8 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sheet/AccessibleCell.idl b/offapi/com/sun/star/sheet/AccessibleCell.idl
index 09e9ef0f27ab..a830e588f46a 100644
--- a/offapi/com/sun/star/sheet/AccessibleCell.idl
+++ b/offapi/com/sun/star/sheet/AccessibleCell.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
@since OOo 1.1.2
*/
-published service AccessibleCell
+service AccessibleCell
{
/** This interface gives access to the whole content of the cell.
diff --git a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
index 931cc890a0bb..1cf8c47f6505 100644
--- a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
+++ b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
@since OOo 1.1.2
*/
-published service AccessibleCsvCell
+service AccessibleCsvCell
{
/** This interface gives access to the whole content of the cell.
diff --git a/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl b/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl
index 81a9efdd5e32..61342b0e8860 100644
--- a/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl
+++ b/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
@since OOo 1.1.2
*/
-published service AccessibleCsvRuler
+service AccessibleCsvRuler
{
/** This interface gives access to the whole content of the ruler.
diff --git a/offapi/com/sun/star/sheet/AccessibleCsvTable.idl b/offapi/com/sun/star/sheet/AccessibleCsvTable.idl
index 42fab0bc77ae..581a6ef92605 100644
--- a/offapi/com/sun/star/sheet/AccessibleCsvTable.idl
+++ b/offapi/com/sun/star/sheet/AccessibleCsvTable.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module sheet {
@since OOo 1.1.2
*/
-published service AccessibleCsvTable
+service AccessibleCsvTable
{
/** This interface gives access to the whole content of the table.
diff --git a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
index 6d68c01a3257..76c39b1d37dc 100644
--- a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
+++ b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
@since OOo 1.1.2
*/
-published service AccessiblePageHeaderFooterAreasView
+service AccessiblePageHeaderFooterAreasView
{
/** This interface gives access to the three Header/Footer areas in the
page preview.
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
index dec6b2793c01..e4a3bfe9ed40 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
@since OOo 1.1.2
*/
-published service AccessibleSpreadsheet
+service AccessibleSpreadsheet
{
/** This interface gives access to any object in the currently visible table
on the desktop.
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
index 22db4e808be1..39e22ce3a88d 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
@since OOo 1.1.2
*/
-published service AccessibleSpreadsheetDocumentView
+service AccessibleSpreadsheetDocumentView
{
/** This interface gives access to any object that is contained in this
document.
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
index dc117323ac62..29a065010ee4 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
@since OOo 1.1.2
*/
-published service AccessibleSpreadsheetPageView
+service AccessibleSpreadsheetPageView
{
/** This interface gives access to any object that is at least partially
visible on the screen in the page preview.