[Libreoffice-commits] core.git: cui/source
Caolán McNamara
caolanm at redhat.com
Wed Dec 9 09:21:51 PST 2015
cui/source/factory/dlgfact.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 9e84157a7aafeee311dee13a0cf98a01941ba5e9
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Dec 9 17:21:27 2015 +0000
stray fprintf
Change-Id: If3665f573b2c4ec9e87646af0afcd2ba9c5a4f1c
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 3722d35..d320812 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1234,7 +1234,6 @@ AbstractSvxHpLinkDlg * AbstractDialogFactory_Impl::CreateSvxHpLinkDlg (vcl::Wind
SfxBindings* pBindings)
{
SvxHpLinkDlg* pDlg = VclPtr<SvxHpLinkDlg>::Create( pParent, pBindings );
- fprintf(stderr, "CreateSvxHpLinkDlg\n");
return new AbstractSvxHpLinkDlg_Impl(pDlg);
}
More information about the Libreoffice-commits
mailing list