diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-09 13:05:58 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-09 13:06:36 -0400 |
commit | d19fea219ad8d75eeef78629a2a0e0d59ab293d9 (patch) | |
tree | 01e4650eeb05b986a298d098ca5ecd7854ef2df6 /sfx2 | |
parent | 91ecff9e0c430424022e2b1197890bedcd359172 (diff) |
Oops. Forgot to remove this debug statement.
Change-Id: I8d7d308ee913f61b7f4a9cf9d83158a32bb0c1e5
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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<beans::PropertyValue>& aArgs ) : 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()) { // This is a conventional filter type. |