uui/source/secmacrowarnings.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 9cf8fd7a5283b3f459f60b95013a11ded285f863
Author:     Caolán McNamara <[email protected]>
AuthorDate: Wed Feb 13 10:24:44 2019 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Wed Feb 13 14:58:09 2019 +0100

    stray debugging fprintf
    
    Change-Id: I3956de64c100e47ce180b1096df343eca6a87a4f
    Reviewed-on: https://gerrit.libreoffice.org/67769
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx
index c8953b5977e6..d92e9f3bcf0a 100644
--- a/uui/source/secmacrowarnings.cxx
+++ b/uui/source/secmacrowarnings.cxx
@@ -82,8 +82,6 @@ void MacroWarning::SetDocumentURL( const OUString& rDocURL )
 {
     OUString aAbbreviatedPath;
     osl_abbreviateSystemPath(rDocURL.pData, &aAbbreviatedPath.pData, 50, 
nullptr);
-    fprintf(stderr, "in %s, out %s\n", OUStringToOString(rDocURL, 
RTL_TEXTENCODING_UTF8).getStr(),
-            OUStringToOString(aAbbreviatedPath, 
RTL_TEXTENCODING_UTF8).getStr());
     m_xDialog->set_primary_text(aAbbreviatedPath);
 }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to