[Libreoffice-commits] core.git: uui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Feb 13 12:32:52 UTC 2019
uui/source/secmacrowarnings.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 11e18121194916f7a7ae885d981388c195ece3f4
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Feb 13 10:24:44 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Feb 13 13:32:29 2019 +0100
stray debugging fprintf
Change-Id: I3956de64c100e47ce180b1096df343eca6a87a4f
Reviewed-on: https://gerrit.libreoffice.org/67763
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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);
}
More information about the Libreoffice-commits
mailing list