Tag: cws_dev300_dba30c
User: oj      
Date: 2008-04-17 13:57:04+0000
Modified:
   dba/dbaccess/source/ui/app/AppSwapWindow.cxx

Log:
 #i87582# onl< notify when other than none

File Changes:

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

File [changed]: AppSwapWindow.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppSwapWindow.cxx?r1=1.14&r2=1.14.8.1
Delta lines:  +5 -4
-------------------
--- AppSwapWindow.cxx   2008-04-10 13:59:18+0000        1.14
+++ AppSwapWindow.cxx   2008-04-17 13:57:01+0000        1.14.8.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: AppSwapWindow.cxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.14.8.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -204,9 +204,10 @@
        SvxIconChoiceCtrlEntry* pEntry = _pControl->GetSelectedEntry( nPos );
        ElementType eType = E_NONE;
        if ( pEntry )
+       {
                eType = *static_cast<ElementType*>(pEntry->GetUserData());
-
-    onContainerSelected( eType );
+           onContainerSelected( eType ); // i87582
+       }
 
        return 1L;
 }




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

Reply via email to