diff options
author | Andras Timar <atimar@suse.com> | 2013-02-06 13:21:09 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-06 14:51:42 +0100 |
commit | 5acf58bbde3f872cf8b33bef689f624e85be4481 (patch) | |
tree | 12671ea71603084ecae4a95644ea8c54915b620e /starmath | |
parent | 4549f76d32c9ad278f5b22fc03feb5b8d041080a (diff) |
remove obsolete hidother.src files
Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013
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); |