summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-02-11 11:58:15 +0000
committerOcke Janssen <oj@openoffice.org>2002-02-11 11:58:15 +0000
commita615af5c4bdb3c4f68e68b77babcb85ec20a78e2 (patch)
tree6fb42b78e8eef0a193bed0d266e3c5afae54f18b /dbaccess/source/ui/querydesign
parent0a1a6db1af099948ff9bcbf7b76d8548a25529df (diff)
#97314# changes for accessibilty
Diffstat (limited to 'dbaccess/source/ui/querydesign')
-rw-r--r--dbaccess/source/ui/querydesign/TableWindow.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx b/dbaccess/source/ui/querydesign/TableWindow.cxx
index cfcd825f7393..4f5d5ab75927 100644
--- a/dbaccess/source/ui/querydesign/TableWindow.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindow.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableWindow.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: oj $ $Date: 2002-02-08 09:09:36 $
+ * last change: $Author: oj $ $Date: 2002-02-11 12:58:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -419,7 +419,7 @@ void OTableWindow::SetTitle( const ::rtl::OUString& rTit )
::rtl::OUString sOldTitle = m_aTitle.GetText();
m_aTitle.SetText( rTit );
if ( m_pAccessible )
- m_pAccessible->notifyAccesibleEvent(6/* AccessibleEventId::ACCESSIBLE_NAME_EVENT */,makeAny(sOldTitle),makeAny(rTit));
+ m_pAccessible->notifyAccessibleEvent(6/* AccessibleEventId::ACCESSIBLE_NAME_EVENT */,makeAny(sOldTitle),makeAny(rTit));
}
//------------------------------------------------------------------------------