summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dataview.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 07:03:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 07:03:13 +0000
commita088ef3c9db42e4fcca6ab92efd547bb8f93f4d6 (patch)
treee4125942cd3c898150a4f88ad17584f3ca457ac9 /dbaccess/source/ui/browser/dataview.cxx
parentb2f73a8edda0c9284c0eab72d5a0499c3683cabd (diff)
INTEGRATION: CWS oj14 (1.18.8); FILE MERGED
2006/11/07 09:11:46 oj 1.18.8.3: RESYNC: (1.19-1.20); FILE MERGED 2006/07/04 07:47:32 oj 1.18.8.2: RESYNC: (1.18-1.19); FILE MERGED 2006/01/03 07:49:00 oj 1.18.8.1: changed module client
Diffstat (limited to 'dbaccess/source/ui/browser/dataview.cxx')
-rw-r--r--dbaccess/source/ui/browser/dataview.cxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx
index c7fa39fdce5a..c00122dd574b 100644
--- a/dbaccess/source/ui/browser/dataview.cxx
+++ b/dbaccess/source/ui/browser/dataview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dataview.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 06:56:39 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:03:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -229,9 +229,11 @@ namespace dbaui
{
Window::DataChanged( rDCEvt );
- if ((( rDCEvt.GetType() == DATACHANGED_SETTINGS ) ||
- ( rDCEvt.GetType() == DATACHANGED_DISPLAY )) &&
- ( 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)) )
{
// Check if we need to get new images for normal/high contrast mode
m_pController->notifyHiContrastChanged();