[Libreoffice-commits] core.git: sfx2/source

Kohei Yoshida kohei.yoshida at gmail.com
Tue Apr 9 10:03:55 PDT 2013


 sfx2/source/doc/docfile.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d19fea219ad8d75eeef78629a2a0e0d59ab293d9
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue Apr 9 13:05:58 2013 -0400

    Oops. Forgot to remove this debug statement.
    
    Change-Id: I8d7d308ee913f61b7f4a9cf9d83158a32bb0c1e5

diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index edd5fed..44f8d9d 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.


More information about the Libreoffice-commits mailing list