summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-02-13 10:24:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-02-13 13:32:29 +0100
commit11e18121194916f7a7ae885d981388c195ece3f4 (patch)
tree69439c37281c787ad4507c70bdb76cd172b3f2a3 /uui
parent49c21e31ce0501044a7d3602379f74c71dabb00b (diff)
stray debugging fprintf
Change-Id: I3956de64c100e47ce180b1096df343eca6a87a4f Reviewed-on: https://gerrit.libreoffice.org/67763 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui')
-rw-r--r--uui/source/secmacrowarnings.cxx2
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);
}