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;