From f5179bcbac9a0b33546e442a9e176b1791dff170 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 21 Mar 2014 15:13:42 +0000 Subject: just give the enclosing frame the required helpid Change-Id: Ifb0209eaea4f738ac5b5826f924552465cccc272 --- svtools/source/dialogs/addresstemplate.cxx | 1 - svtools/uiconfig/ui/addresstemplatedialog.ui | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'svtools') diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index ae09869bd8ae..ce6fcc0ce60b 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -587,7 +587,6 @@ void AssignmentPersistentData::Commit() m_pImpl->pFields[row * 2 + column] = get(OString("box") + OString::number(row * 2 + column)); m_pImpl->pFields[row * 2 + column]->SetSelectHdl(LINK(this, AddressBookSourceDialog, OnFieldSelect)); - m_pImpl->pFields[row * 2 + column]->SetHelpId("svt/ui/addresstemplatedialog/assign"); } } diff --git a/svtools/uiconfig/ui/addresstemplatedialog.ui b/svtools/uiconfig/ui/addresstemplatedialog.ui index 01b4e76ee3ca..65e708c09fdb 100644 --- a/svtools/uiconfig/ui/addresstemplatedialog.ui +++ b/svtools/uiconfig/ui/addresstemplatedialog.ui @@ -210,7 +210,7 @@ - + True False True -- cgit