[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 29 14:24:52 PST 2012


 sc/source/ui/xmlsource/xmlsourcedlg.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ded6f06ec585da0edee36eec749d21d75b5e5f30
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Thu Nov 29 17:23:57 2012 -0500

    Forgot to remove this.
    
    Change-Id: I4aa4538fd1bf046ff3f7bff278b96f482de1a9b9

diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
index 1d6bdab..013ad69 100644
--- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx
+++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
@@ -264,7 +264,6 @@ public:
 
 void ScXMLSourceDlg::TreeItemSelected()
 {
-    fprintf(stdout, "ScXMLSourceDlg::TreeItemSelected:   called\n");
     SvTreeListEntry* pEntry = maLbTree.GetCurEntry();
     if (!pEntry)
         return;


More information about the Libreoffice-commits mailing list