From ded6f06ec585da0edee36eec749d21d75b5e5f30 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 29 Nov 2012 17:23:57 -0500 Subject: [PATCH] Forgot to remove this. Change-Id: I4aa4538fd1bf046ff3f7bff278b96f482de1a9b9 --- sc/source/ui/xmlsource/xmlsourcedlg.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx index 1d6bdab1df96..013ad69070e4 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;