summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-15 14:00:38 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-15 14:00:38 +0000
commit6c31bcd00dcbac6b24e692a234e4e576ed5abd30 (patch)
tree736b0ae61c5bdcaa5e4b1575be450af70545ba60
parent5d638e3a1c107fdebdae0c83b9f8814baf888ffb (diff)
#90519# disable the language box (no sense for form controls)
-rw-r--r--extensions/source/propctrlr/fontdialog.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/fontdialog.cxx b/extensions/source/propctrlr/fontdialog.cxx
index 037443315711..d39c51b53e39 100644
--- a/extensions/source/propctrlr/fontdialog.cxx
+++ b/extensions/source/propctrlr/fontdialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontdialog.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-07-20 13:02:44 $
+ * last change: $Author: fs $ $Date: 2001-08-15 15:00:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -694,6 +694,7 @@ namespace pcr
static_cast<SvxCharNamePage&>(_rPage).SetFontList(
static_cast<const SvxFontListItem&>(GetInputSetImpl()->Get(CFID_FONTLIST))
);
+ static_cast<SvxCharNamePage&>(_rPage).DisableControls( DISABLE_HIDE_LANGUAGE );
break;
}
}
@@ -705,6 +706,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/07/20 13:02:44 fs
+ * #90040# use LocaleDataWrapper instead of International class
+ *
* Revision 1.4 2001/06/27 07:48:59 fs
* #88275# correctly initialize the SvxFontItems
*