[Libreoffice] SvxHyperlinkDlg still used?

Michael Meeks michael.meeks at novell.com
Fri Nov 12 04:26:29 PST 2010


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.meeks at novell.com  <><, Pseudo Engineer, itinerant idiot




More information about the LibreOffice mailing list