summaryrefslogtreecommitdiff
path: root/sfx2/source/toolbox/tbxitem.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 08:07:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 08:07:55 +0000
commit99bb843709528e038d6da8483a5216a97d960a72 (patch)
treed961f6d478a99b3c2b47de7518a50dcf58b79a27 /sfx2/source/toolbox/tbxitem.cxx
parentb6a58207c4ec7d58b9571cbcc491c75555cae25f (diff)
INTEGRATION: CWS tbe4 (1.31.28); FILE MERGED
2003/06/25 09:03:16 tbe 1.31.28.1: #110238# API: accessibility toggle buttons: Bold, Italic, Underline
Diffstat (limited to 'sfx2/source/toolbox/tbxitem.cxx')
-rw-r--r--sfx2/source/toolbox/tbxitem.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx
index 178dd84725fd..ff13243934a6 100644
--- a/sfx2/source/toolbox/tbxitem.cxx
+++ b/sfx2/source/toolbox/tbxitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tbxitem.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: vg $ $Date: 2003-05-28 13:25:36 $
+ * last change: $Author: vg $ $Date: 2003-06-27 09:07:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -276,7 +276,10 @@ void SfxToolBoxControl::StateChanged
}
case SFX_ITEM_DONTCARE:
+ {
eTri = STATE_DONTKNOW;
+ nItemBits |= TIB_CHECKABLE;
+ }
}
pBox->SetItemState( GetId(), eTri );