[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Nov 12 13:49:32 PST 2010


 sc/source/ui/docshell/docsh.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b41bf8afb5f33135d0faa22dc0a6bdda8403ce5e
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri Nov 12 16:49:01 2010 -0500

    Oops. My bad - removing my own printf silliness.

diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 3379152..adefdb9 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -194,7 +194,6 @@ static const sal_Char __FAR_DATA pFilterRtf[]		= "Rich Text Format (StarCalc)";
 
 SFX_IMPL_INTERFACE(ScDocShell,SfxObjectShell, ScResId(SCSTR_DOCSHELL))
 {
-    fprintf(stdout, "SFX_IMPL_INTERFACE:   SID_HYPERLINK_INSERT = %d\n", SID_HYPERLINK_INSERT);
     SFX_CHILDWINDOW_REGISTRATION( SID_HYPERLINK_INSERT );
 }
 


More information about the Libreoffice-commits mailing list