rpms/openoffice.org/devel openoffice.org-3.0.0.ooo92253.dbaccess.a11y.crash, 1.1, 1.2

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Sun Aug 3 16:48:33 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472

Modified Files:
	openoffice.org-3.0.0.ooo92253.dbaccess.a11y.crash 
Log Message:
fix up patch


Index: openoffice.org-3.0.0.ooo92253.dbaccess.a11y.crash
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org-3.0.0.ooo92253.dbaccess.a11y.crash,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openoffice.org-3.0.0.ooo92253.dbaccess.a11y.crash	30 Jul 2008 14:15:23 -0000	1.1
+++ openoffice.org-3.0.0.ooo92253.dbaccess.a11y.crash	3 Aug 2008 16:48:03 -0000	1.2
@@ -21,23 +21,16 @@
 diff -u -r1.38 TableWindow.cxx
 --- openoffice.org.orig/dbaccess/source/ui/querydesign/TableWindow.cxx	21 Nov 2007 17:11:47 -0000	1.38
 +++ openoffice.org/dbaccess/source/ui/querydesign/TableWindow.cxx	30 Jul 2008 14:05:20 -0000
-@@ -171,13 +173,18 @@
- {
- 	DBG_DTOR(OTableWindow,NULL);
- 
- 	if (m_pListBox)
- 	{
- 		OSL_ENSURE(m_pListBox->GetEntryCount()==0,"Forgot to call EmptyListbox()!");
+@@ -172,7 +172,11 @@
  		::std::auto_ptr<Window> aTemp(m_pListBox);
  		m_pListBox = NULL;
  	}
 -	m_pAccessible = NULL;
-+	if ( m_pAccessible )
-+	{
-+		m_pAccessible->clearTable();
-+		m_pAccessible = NULL;
-+	}
-+
++        if ( m_pAccessible )
++        {
++        	m_pAccessible->clearTable();
++        	m_pAccessible = NULL;
++        }
  }
  // -----------------------------------------------------------------------------
  const OJoinTableView* OTableWindow::getTableView() const




More information about the scm-commits mailing list