From d19fea219ad8d75eeef78629a2a0e0d59ab293d9 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 9 Apr 2013 13:05:58 -0400 Subject: Oops. Forgot to remove this debug statement. Change-Id: I8d7d308ee913f61b7f4a9cf9d83158a32bb0c1e5 --- sfx2/source/doc/docfile.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index edd5fed57813..44f8d9d1f7ca 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -2880,7 +2880,6 @@ SfxMedium::SfxMedium( const uno::Sequence& aArgs ) : aFilterProvider = static_cast(pItem)->GetValue(); } - fprintf(stdout, "SfxMedium::SfxMedium: filter provider = '%s'\n", rtl::OUStringToOString(aFilterProvider, RTL_TEXTENCODING_UTF8).getStr()); if (aFilterProvider.isEmpty()) { // This is a conventional filter type. -- cgit