Tag: cws_src680_odbmacros2
User: fs      
Date: 2008-02-06 08:34:48+0000
Modified:
   dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx

Log:
 #i49133#

File Changes:

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

File [changed]: AppDetailPageHelper.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.28&r2=1.28.8.1
Delta lines:  +6 -6
-------------------
--- AppDetailPageHelper.cxx     2008-01-30 08:42:02+0000        1.28
+++ AppDetailPageHelper.cxx     2008-02-06 08:34:45+0000        1.28.8.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AppDetailPageHelper.cxx,v $
  *
- *  $Revision: 1.28 $
+ *  $Revision: 1.28.8.1 $
  *
- *  last change: $Author: rt $ $Date: 2008/01/30 08:42:02 $
+ *  last change: $Author: fs $ $Date: 2008/02/06 08:34:45 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -1004,8 +1004,10 @@
        {
                m_ePreviewMode = _eMode;
 
+               
getBorderWin().getView()->getViewChangeListener()->previewChanged(static_cast<sal_Int32>(m_ePreviewMode));
+
                sal_uInt16 nSelectedAction = SID_DB_APP_DISABLE_PREVIEW;
-               switch(m_ePreviewMode)
+               switch ( m_ePreviewMode )
                {
                        case E_PREVIEWNONE:
                                nSelectedAction = SID_DB_APP_DISABLE_PREVIEW;
@@ -1021,8 +1023,6 @@
                                break;
                }
 
-               
getBorderWin().getView()->getViewChangeListener()->previewChanged(static_cast<sal_Int32>(m_ePreviewMode));
-
                m_aMenu->CheckItem(nSelectedAction);
                m_aTBPreview.SetItemText(SID_DB_APP_DISABLE_PREVIEW, 
m_aMenu->GetItemText(nSelectedAction));
                Resize();




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

Reply via email to