summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/hlinettp.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 13:46:22 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 13:46:22 +0200
commit383957c96aac78301a126746c14c631314ee6329 (patch)
treea5b71bd66574175b88d26fcba5375b774ec3f7f1 /cui/source/dialogs/hlinettp.cxx
parent8a7f8ca1a440b8ccc9c5aa241560bbb1ca963969 (diff)
changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
Diffstat (limited to 'cui/source/dialogs/hlinettp.cxx')
-rw-r--r--cui/source/dialogs/hlinettp.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/dialogs/hlinettp.cxx b/cui/source/dialogs/hlinettp.cxx
index 79fde6c7a64c..bc932dba7a78 100644
--- a/cui/source/dialogs/hlinettp.cxx
+++ b/cui/source/dialogs/hlinettp.cxx
@@ -83,7 +83,8 @@ SvxHyperlinkInternetTp::SvxHyperlinkInternetTp ( Window *pParent,
maCbbTarget.SetPosSizePixel ( LogicToPixel( Point( COL_2, 25 ), MAP_APPFONT ),
LogicToPixel( Size ( 176 - COL_DIFF, 60), MAP_APPFONT ) );
maCbbTarget.Show();
- maCbbTarget.SetHelpId( HID_HYPERDLG_INET_PATH );
+ // FIXME: HELPID
+ maCbbTarget.SetHelpId( ""/*HID_HYPERDLG_INET_PATH*/ );
// Find Path to Std-Doc
String aStrBasePaths( SvtPathOptions().GetTemplatePath() );