summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/TableWindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableWindow.cxx')
-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));
}
//------------------------------------------------------------------------------