Kaydet (Commit) d19fea21 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Oops. Forgot to remove this debug statement.

Change-Id: I8d7d308ee913f61b7f4a9cf9d83158a32bb0c1e5
üst 91ecff9e
...@@ -2880,7 +2880,6 @@ SfxMedium::SfxMedium( const uno::Sequence<beans::PropertyValue>& aArgs ) : ...@@ -2880,7 +2880,6 @@ SfxMedium::SfxMedium( const uno::Sequence<beans::PropertyValue>& aArgs ) :
aFilterProvider = static_cast<const SfxStringItem*>(pItem)->GetValue(); aFilterProvider = static_cast<const SfxStringItem*>(pItem)->GetValue();
} }
fprintf(stdout, "SfxMedium::SfxMedium: filter provider = '%s'\n", rtl::OUStringToOString(aFilterProvider, RTL_TEXTENCODING_UTF8).getStr());
if (aFilterProvider.isEmpty()) if (aFilterProvider.isEmpty())
{ {
// This is a conventional filter type. // This is a conventional filter type.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment