summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-09-13 07:55:00 +0000
committerFrank Schönheit <fs@openoffice.org>2002-09-13 07:55:00 +0000
commiteb22ebb32ad0e47f279525c7e37117c429585e91 (patch)
tree99dbdf28d5b659f2cd9a61664ddf803223db1041 /dbaccess/source/ui/querydesign/TableWindowAccess.cxx
parent4ff13ef1ad3a4d64a01952518fd42b3acf69c16b (diff)
#102919# corrected typos in the service namings
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableWindowAccess.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowAccess.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
index b938fd685512..6ea0ac75150d 100644
--- a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableWindowAccess.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2002-02-11 12:51:03 $
+ * last change: $Author: fs $ $Date: 2002-09-13 08:54:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,14 +138,14 @@ namespace dbaui
Sequence< ::rtl::OUString > OTableWindowAccess::getSupportedServiceNames_Static(void) throw( RuntimeException )
{
Sequence< ::rtl::OUString > aSupported(2);
- aSupported[0] = ::rtl::OUString::createFromAscii("drafts.com.sun.star.accessbility.Accessible");
- aSupported[1] = ::rtl::OUString::createFromAscii("drafts.com.sun.star.accessbility.AccessibleContext");
+ aSupported[0] = ::rtl::OUString::createFromAscii("drafts.com.sun.star.accessibility.Accessible");
+ aSupported[1] = ::rtl::OUString::createFromAscii("drafts.com.sun.star.accessibility.AccessibleContext");
return aSupported;
}
// -----------------------------------------------------------------------------
::rtl::OUString OTableWindowAccess::getImplementationName_Static(void) throw( RuntimeException )
{
- return ::rtl::OUString::createFromAscii("org.openoffice.comp.dbu.TableWindowAccessbility");
+ return ::rtl::OUString::createFromAscii("org.openoffice.comp.dbu.TableWindowAccessibility");
}
// -----------------------------------------------------------------------------
// XAccessibleContext