diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-29 17:23:57 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-29 17:24:57 -0500 |
commit | ded6f06ec585da0edee36eec749d21d75b5e5f30 (patch) | |
tree | af8dcb2196288ec3111d58d83a14c33954f38674 | |
parent | 60ce4dc080c2b0da2a9d5776176755d97a1b161d (diff) |
Forgot to remove this.
Change-Id: I4aa4538fd1bf046ff3f7bff278b96f482de1a9b9
-rw-r--r-- | sc/source/ui/xmlsource/xmlsourcedlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |