User: rt      
Date: 2007-07-06 08:00:01+0000
Modified:
   dba/dbaccess/source/ui/app/AppSwapWindow.cxx

Log:
 INTEGRATION: CWS oj14 (1.6.4); FILE MERGED
 2007/06/19 08:00:48 fs 1.6.4.7: merging (nearly all) changes from CWS dba23ui 
herein, which fixes #i78642
 2006/11/07 09:10:33 oj 1.6.4.6: RESYNC: (1.9-1.10); FILE MERGED
 2006/07/04 07:46:22 oj 1.6.4.5: RESYNC: (1.8-1.9); FILE MERGED
 2006/04/25 13:00:34 oj 1.6.4.4: new include
 2006/03/20 13:53:44 oj 1.6.4.3: RESYNC: (1.6-1.8); FILE MERGED
 2006/03/20 07:48:07 oj 1.6.4.2: use of module client helper
 2006/01/03 07:48:58 oj 1.6.4.1: changed module client

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.11&r2=1.12
Delta lines:  +5 -6
-------------------
--- AppSwapWindow.cxx   2007-06-12 05:33:01+0000        1.11
+++ AppSwapWindow.cxx   2007-07-06 07:59:58+0000        1.12
@@ -53,9 +53,6 @@
 #ifndef DBAUI_IAPPELEMENTNOTIFICATION_HXX
 #include "IAppElementNotification.hxx"
 #endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
-#endif
 #ifndef _SV_SVAPP_HXX
 #include <vcl/svapp.hxx>
 #endif
@@ -142,9 +139,11 @@
 void OApplicationSwapWindow::DataChanged( const DataChangedEvent& rDCEvt )
 {
        Window::DataChanged( rDCEvt );
-
-       if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) &&
-                (rDCEvt.GetFlags() & SETTINGS_STYLE) )
+       if ( (rDCEvt.GetType() == DATACHANGED_FONTS) ||
+               (rDCEvt.GetType() == DATACHANGED_DISPLAY) ||
+               (rDCEvt.GetType() == DATACHANGED_FONTSUBSTITUTION) ||
+               ((rDCEvt.GetType() == DATACHANGED_SETTINGS) &&
+               (rDCEvt.GetFlags() & SETTINGS_STYLE)) )
        {
                ImplInitSettings( sal_True, sal_True, sal_True );
                Invalidate();




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

Reply via email to