#105657#; correct the supported service name

This commit is contained in:
Sascha Ballach 2002-11-27 13:21:16 +00:00
parent 68d389f5eb
commit b365b2de8e
4 changed files with 12 additions and 12 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleCell.cxx,v $
*
* $Revision: 1.21 $
* $Revision: 1.22 $
*
* last change: $Author: sab $ $Date: 2002-08-29 13:05:04 $
* last change: $Author: sab $ $Date: 2002-11-27 14:21:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -354,7 +354,7 @@ uno::Sequence< ::rtl::OUString> SAL_CALL
aSequence.realloc(nOldSize + 1);
::rtl::OUString* pNames = aSequence.getArray();
pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("drafts.com.sun.star.AccessibleCell"));
pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("drafts.com.sun.star.sheet.AccessibleCell"));
return aSequence;
}

View file

@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePageHeaderArea.cxx,v $
*
* $Revision: 1.13 $
* $Revision: 1.14 $
*
* last change: $Author: sab $ $Date: 2002-10-14 10:56:17 $
* last change: $Author: sab $ $Date: 2002-11-27 14:21:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -275,7 +275,7 @@ uno::Sequence< ::rtl::OUString> SAL_CALL
aSequence.realloc(nOldSize + 1);
::rtl::OUString* pNames = aSequence.getArray();
pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("drafts.com.sun.star.AccessiblePageHeaderFooterAreasView"));
pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("drafts.com.sun.star.sheet.AccessiblePageHeaderFooterAreasView"));
return aSequence;
}

View file

@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePreviewCell.cxx,v $
*
* $Revision: 1.13 $
* $Revision: 1.14 $
*
* last change: $Author: sab $ $Date: 2002-10-02 14:06:54 $
* last change: $Author: sab $ $Date: 2002-11-27 14:21:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -251,7 +251,7 @@ uno::Sequence<rtl::OUString> SAL_CALL ScAccessiblePreviewCell::getSupportedServi
aSequence.realloc(nOldSize + 1);
::rtl::OUString* pNames = aSequence.getArray();
pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("drafts.com.sun.star.AccessibleCell"));
pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("drafts.com.sun.star.table.AccessibleCellView"));
return aSequence;
}

View file

@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePreviewHeaderCell.cxx,v $
*
* $Revision: 1.18 $
* $Revision: 1.19 $
*
* last change: $Author: sab $ $Date: 2002-10-02 14:07:24 $
* last change: $Author: sab $ $Date: 2002-11-27 14:21:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -309,7 +309,7 @@ uno::Sequence<rtl::OUString> SAL_CALL ScAccessiblePreviewHeaderCell::getSupporte
aSequence.realloc(nOldSize + 1);
::rtl::OUString* pNames = aSequence.getArray();
pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("drafts.com.sun.star.AccessibleCell"));
pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("drafts.com.sun.star.table.AccessibleCellView"));
return aSequence;
}