Hi there,

On Fri, 2010-11-05 at 09:28 -0400, Kohei Yoshida wrote:
> On Fri, 2010-11-05 at 00:51 -0400, Kohei Yoshida wrote:
> > Does anyone know if SvxHyperlinkDlg* is still used?
> 
> Did a full git grep SvxHyperlinkDlg on all repos

        It looks to me, that we just use the SvxHyperlinkDlgWrapper to wrap the
dialog, but we do use the implemetation (surely) ?

SvxHyperlinkDlgWrapper::SvxHyperlinkDlgWrapper( Window* _pParent, USHORT nId,
                                                SfxBindings* _pBindings, 
SfxChildWinInfo* /*pInfo*/ ) :
    SfxChildWindow( _pParent, nId )
{
    pWindow = new SvxHyperlinkDlg( _pBindings, _pParent );

        So (sadly) we can't remove it.

        Presuambly we came to that conclusion already as it is still there.

        ATB,

                Michael.

-- 
 michael.me...@novell.com  <><, Pseudo Engineer, itinerant idiot


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to