From 5acf58bbde3f872cf8b33bef689f624e85be4481 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 6 Feb 2013 13:21:09 +0100 Subject: remove obsolete hidother.src files Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013 --- starmath/source/dialog.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'starmath') 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); -- cgit