summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-05-18 07:04:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-05-18 07:04:48 +0000
commitb1bf26149b0ee3176258dd8de33c6c28c019fac5 (patch)
treea42b0882fee2d11ad3588ad64a7e2404f920c7b4 /vcl/source
parentf56ffd948a0c95ffa786b14055463d7e70fb110e (diff)
INTEGRATION: CWS kdeplugfixes (1.42.40); FILE MERGED
2005/05/02 12:47:17 pl 1.42.40.1: #i47902# correct menu bar higlight text color in KDE plugin
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/svdata.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 4fa94adb1940..3cf888af8b62 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdata.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: rt $ $Date: 2005-03-29 14:36:45 $
+ * last change: $Author: rt $ $Date: 2005-05-18 08:04:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,6 +199,7 @@ void ImplInitSVData()
// init global instance data
memset( pSVData, 0, sizeof( ImplSVData ) );
pSVData->maHelpData.mbAutoHelpId = sal_True;
+ pSVData->maNWFData.maMenuBarHighlightTextColor = Color( COL_TRANSPARENT );
}
// -----------------------------------------------------------------------