diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 14:47:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 14:47:02 +0000 |
commit | 8bd61195138619847566ded8b8e92566ed90089c (patch) | |
tree | 9c6d3c9102761c0d93aa090759838785e0e610d8 /svtools/source/brwbox/editbrowsebox.cxx | |
parent | 76037c46cafb2a40fab877a9b6fece2952d9062d (diff) |
INTEGRATION: CWS uaa02 (1.17.8); FILE MERGED
2003/04/17 17:27:16 mt 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED
2003/04/11 17:00:09 mt 1.17.8.1: #108656# Moved accessibility from drafts to final
Diffstat (limited to 'svtools/source/brwbox/editbrowsebox.cxx')
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index 342a1f9a70a2..2209d3a42081 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: editbrowsebox.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2003-04-04 16:59:06 $ + * last change: $Author: vg $ $Date: 2003-04-24 15:47:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,11 +107,11 @@ #ifndef SVTOOLS_EDITBROWSEBOX_IMPL_HXX #include "editbrowseboximpl.hxx" #endif -#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEEVENTID_HPP_ -#include <drafts/com/sun/star/accessibility/AccessibleEventId.hpp> +#ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEEVENTID_HPP_ +#include <com/sun/star/accessibility/AccessibleEventId.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_ -#include <drafts/com/sun/star/accessibility/XAccessible.hpp> +#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_ +#include <com/sun/star/accessibility/XAccessible.hpp> #endif #ifndef _COMPHELPER_TYPES_HXX_ #include <comphelper/types.hxx> @@ -156,8 +156,8 @@ namespace svt } } - using namespace drafts::com::sun::star::accessibility::AccessibleEventId; - using drafts::com::sun::star::accessibility::XAccessible; + using namespace com::sun::star::accessibility::AccessibleEventId; + using com::sun::star::accessibility::XAccessible; using ::com::sun::star::uno::Reference; //================================================================== @@ -1076,7 +1076,7 @@ namespace svt } } else if ( isAccessibleCreated() && HasFocus() ) - commitTableEvent(ACCESSIBLE_ACTIVE_DESCENDANT_EVENT, + commitTableEvent(ACTIVE_DESCENDANT_CHANGED, com::sun::star::uno::makeAny(CreateAccessibleCell(nRow,nCol)), com::sun::star::uno::Any()); } @@ -1087,7 +1087,7 @@ namespace svt { if (IsEditing()) { - commitBrowseBoxEvent(ACCESSIBLE_CHILD_EVENT,com::sun::star::uno::Any(),com::sun::star::uno::makeAny(m_aImpl->m_xActiveCell)); + commitBrowseBoxEvent(CHILD,com::sun::star::uno::Any(),com::sun::star::uno::makeAny(m_aImpl->m_xActiveCell)); m_aImpl->disposeCell(); m_aImpl->m_pFocusCell = NULL; |