diff options
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/secmacrowarnings.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index e112660e71b8..4e8119c09648 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -83,8 +83,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); } |