summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 12:39:07 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 12:39:07 +0000
commit42ea2306a376537dd13303d1c8177a61f1691dde (patch)
tree8271fb89b08d46835c6fdb7c73c1aa88674040dc /xmlscript
parent6887d0541e1c8e1b59fe65dfe78e65fbc4bd4f2e (diff)
INTEGRATION: CWS tbe12 (1.22.106); FILE MERGED
2004/08/04 15:30:15 tbe 1.22.106.1: #117574# StarBasic: Foreground colour of dialog checkboxes saved incorrectly
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
index 3fba67533add..15a15b5757c9 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_expmodels.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: kz $ $Date: 2004-07-30 16:48:57 $
+ * last change: $Author: obo $ $Date: 2004-08-12 13:39:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,7 +165,7 @@ void ElementDescriptor::readCheckBoxModel( StyleBag * all_styles )
{
// collect styles
Style aStyle( 0x2 | 0x8 | 0x20 | 0x40 );
- if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._backgroundColor)
+ if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor)
aStyle._set |= 0x2;
if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor)
aStyle._set |= 0x20;