diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-09 17:21:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-09 17:21:27 +0000 |
commit | 9e84157a7aafeee311dee13a0cf98a01941ba5e9 (patch) | |
tree | 3ee614c35db77daaafed45a19323d86adf3fb11e /cui/source | |
parent | eb38493c4101d8777052267ee83a5d4f883dd9ac (diff) |
stray fprintf
Change-Id: If3665f573b2c4ec9e87646af0afcd2ba9c5a4f1c
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 3722d35a674f..d32081248f73 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); } |