[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sfx2/source

Miklos Vajna vmiklos at collabora.co.uk
Wed Oct 22 08:34:29 PDT 2014


 sfx2/source/doc/templatedlg.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ce566d4a49b40d00ece92c53fb6e96d3c928ae0b
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Oct 22 17:30:54 2014 +0200

    error: 'fprintf' was not declared in this scope
    
    Change-Id: Ib7730481bdefdd33fd8354ff6f5bba36fc27c2fd

diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 94457a8..3db225e 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -183,8 +183,6 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg(Window *parent)
       mbIsSynced(false),
       maRepositories()
 {
-    fprintf(stderr, "SfxTemplateManagerDlg::SfxTemplateManagerDlg\n");
-
     get(mpTabControl, "tab_control");
     get(mpSearchEdit, "search_edit");
     get(mpViewBar, "action_view");


More information about the Libreoffice-commits mailing list