/// ------------------------------------------------------------------------------------
 /// <summary>
 /// Gets the HVO of the current section, or -1 if we're not in a section (e.g. the IP is
 /// in a title).
 /// </summary>
 /// <param name="selHelper">The selection helper.</param>
 /// <param name="selLimitType">Which end of the selection</param>
 /// <returns>The section hvo.</returns>
 /// ------------------------------------------------------------------------------------
 public IScrSection GetSection(SelectionHelper selHelper,
                               SelectionHelper.SelLimitType selLimitType)
 {
     return(m_locationTracker.GetSection(selHelper, selLimitType));
 }