summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/rubydialog.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-04-17 12:35:37 +0000
committerOliver Specht <os@openoffice.org>2001-04-17 12:35:37 +0000
commita00224dfaa097d2930bc46f2e0bac3d2900b9366 (patch)
treea7fa17ecb05580116d6f37efd5206b910a6f2190 /svx/source/dialog/rubydialog.cxx
parent#86107# check index (diff)
downloadcore-a00224dfaa097d2930bc46f2e0bac3d2900b9366.tar.gz
core-a00224dfaa097d2930bc46f2e0bac3d2900b9366.zip
#85638# automatic detection not available
Diffstat (limited to 'svx/source/dialog/rubydialog.cxx')
-rw-r--r--svx/source/dialog/rubydialog.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx
index b1bb8406b43e..d7e32d562379 100644
--- a/svx/source/dialog/rubydialog.cxx
+++ b/svx/source/dialog/rubydialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rubydialog.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2001-04-06 09:55:02 $
+ * last change: $Author: os $ $Date: 2001-04-17 13:35:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,12 +193,13 @@ SvxRubyDialog::SvxRubyDialog( SfxBindings *pBind, SfxChildWindow *pCW,
pImpl(new SvxRubyData_Impl)
{
FreeResource();
+ //#85638# automatic detection not yet available
+ aAutoDetectionCB.Hide();
aEditArr[0] = &aLeft1ED; aEditArr[1] = &aRight1ED;
aEditArr[2] = &aLeft2ED; aEditArr[3] = &aRight2ED;
aEditArr[4] = &aLeft3ED; aEditArr[5] = &aRight3ED;
aEditArr[6] = &aLeft4ED; aEditArr[7] = &aRight4ED;
-
aApplyPB.SetClickHdl(LINK(this, SvxRubyDialog, ApplyHdl_Impl));
aClosePB.SetClickHdl(LINK(this, SvxRubyDialog, CloseHdl_Impl));
aStylistPB.SetClickHdl(LINK(this, SvxRubyDialog, StylistHdl_Impl));