diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/dialog.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 53b9b075ac1a..f9f7351e68e9 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -794,9 +794,6 @@ IMPL_LINK( SmDistanceDialog, CheckBoxClickHdl, CheckBox *, pCheckBox ) void SmDistanceDialog::SetHelpId(MetricField &rField, const rtl::OString& sHelpId) { - // HelpIDs which are explicitly set in this way have to be defined in the - // util directory in the file "hidother.src" with the help of "hidspecial"! - const OUString aEmptyText; rField.SetHelpId(sHelpId); |