Kaydet (Commit) adeeb75b authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS atkbridge6 (1.10.84); FILE MERGED

2007/03/14 10:35:09 obr 1.10.84.1: #144968# fixed crash on closing window
üst 32b2fb5a
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: JAccess.cxx,v $ * $RCSfile: JAccess.cxx,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 07:20:03 $ * last change: $Author: hr $ $Date: 2007-06-27 12:25:16 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -83,6 +83,12 @@ namespace dbaui ...@@ -83,6 +83,12 @@ namespace dbaui
return ::rtl::OUString::createFromAscii("org.openoffice.comp.dbu.JoinViewAccessibility"); return ::rtl::OUString::createFromAscii("org.openoffice.comp.dbu.JoinViewAccessibility");
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
void OJoinDesignViewAccess::clearTableView()
{
::osl::MutexGuard aGuard( m_aMutex );
m_pTableView = NULL;
}
// -----------------------------------------------------------------------------
// XAccessibleContext // XAccessibleContext
sal_Int32 SAL_CALL OJoinDesignViewAccess::getAccessibleChildCount( ) throw (RuntimeException) sal_Int32 SAL_CALL OJoinDesignViewAccess::getAccessibleChildCount( ) throw (RuntimeException)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment