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

New commits:
commit ce566d4a49b40d00ece92c53fb6e96d3c928ae0b
Author: Miklos Vajna <[email protected]>
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");
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to