summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authormm <mm@openoffice.org>2001-05-17 14:15:27 +0000
committermm <mm@openoffice.org>2001-05-17 14:15:27 +0000
commit62e8b7de1f8090709dcc202a197aa16e6abd8d4f (patch)
tree4849d4df0aab22b9b7505c73241d099027bd0ca5 /rsc/source/parser/rscinit.cxx
parent89a28145689a1e7bfacf611ecaaa67a57a7790ce (diff)
#87115# WordBreak in RadioButton and CheckBox
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r--rsc/source/parser/rscinit.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 9b56b1220c00..b0d779bcc51e 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscinit.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mm $ $Date: 2001-05-16 15:31:40 $
+ * last change: $Author: mm $ $Date: 2001-05-17 15:15:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -564,6 +564,8 @@ void RscTypCont::Init()
pRoot->Insert( pClassCheckBox );
// Variablen anlegen
+ INS_WINBIT(pClassCheckBox,WordBreak)
+
nId = aNmTb.Put( "Check", VARNAME );
pClassCheckBox->SetVariable( nId, &aBool );
@@ -609,6 +611,8 @@ void RscTypCont::Init()
pRoot->Insert( pClassRadioButton );
// Variablen anlegen
+ INS_WINBIT(pClassRadioButton,WordBreak)
+
nId = aNmTb.Put( "Check", VARNAME );
pClassRadioButton->SetVariable( nId, &aBool );