diff options
-rw-r--r-- | svtools/source/dialogs/addresstemplate.cxx | 1 | ||||
-rw-r--r-- | svtools/uiconfig/ui/addresstemplatedialog.ui | 2 |
2 files changed, 1 insertions, 2 deletions
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<ListBox>(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 @@ </packing> </child> <child> - <object class="GtkFrame" id="frame2"> + <object class="GtkFrame" id="assign"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> |