Tag: cws_src680_oj14
User: fs      
Date: 2007-06-25 06:00:00+0000
Modified:
   dba/dbaccess/source/ui/app/AppDetailView.cxx

Log:
 #i10000#

File Changes:

Directory: /dba/dbaccess/source/ui/app/
=======================================

File [changed]: AppDetailView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.12.4.10&r2=1.12.4.11
Delta lines:  +2 -26
--------------------
--- AppDetailView.cxx   2007-06-23 21:21:47+0000        1.12.4.10
+++ AppDetailView.cxx   2007-06-25 05:59:58+0000        1.12.4.11
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AppDetailView.cxx,v $
  *
- *  $Revision: 1.12.4.10 $
+ *  $Revision: 1.12.4.11 $
  *
- *  last change: $Author: fs $ $Date: 2007/06/23 21:21:47 $
+ *  last change: $Author: fs $ $Date: 2007/06/25 05:59:58 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -159,30 +159,6 @@
 }
 
 // 
-----------------------------------------------------------------------------
-void OCreationList::SelectSearchEntry( const void* _pEntry )
-{
-    SvLBoxEntry* pEntry = const_cast< SvLBoxEntry* >( static_cast< const 
SvLBoxEntry* >( _pEntry ) );
-    DBG_ASSERT( pEntry, "OCreationList::SelectSearchEntry: invalid entry!" );
-
-    if ( pEntry )
-        setCurrentEntryInvalidate( pEntry );
-
-    if ( !HasChildPathFocus() )
-        GrabFocus();
-}
-
-// 
-----------------------------------------------------------------------------
-void OCreationList::ExecuteSearchEntry( const void* _pEntry )
-{
-    SvLBoxEntry* pEntry = const_cast< SvLBoxEntry* >( static_cast< const 
SvLBoxEntry* >( _pEntry ) );
-    DBG_ASSERT( pEntry, "OCreationList::ExecuteSearchEntry: invalid entry!" );
-    DBG_ASSERT( pEntry == GetCurEntry(), "OCreationList::ExecuteSearchEntry: 
SelectSearchEntry should have been called before!" );
-
-    if ( pEntry )
-        onSelected( pEntry );
-}
-
-// 
-----------------------------------------------------------------------------
 void OCreationList::PreparePaint( SvLBoxEntry* _pEntry )
 {
     Wallpaper aEntryBackground( m_aOriginalBackgroundColor );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to