Kaydet (Commit) fc6ae5ab authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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
üst 2f0d28ac
......@@ -4,9 +4,9 @@
*
* $RCSfile: AppSwapWindow.cxx,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: obo $ $Date: 2007-06-12 05:33:01 $
* last change: $Author: rt $ $Date: 2007-07-06 07:59:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -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::ImplInitSettings( sal_Bool bFont, sal_Bool bForegro
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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment