summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexport.cxx
diff options
context:
space:
mode:
authorEmircan Agac <thesadson@gmail.com>2021-08-14 12:29:36 +0300
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-08-16 16:19:46 +0200
commit617fc3a0ed28b0ccc7fa658e4ba13a0fc9fb353b (patch)
treeb918e834635088544331cf4283698fe5be894b72 /sw/source/filter/ww8/docxexport.cxx
parentd8103862e78c2bbed18f0da82231d4be576083da (diff)
tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARN
Change-Id: Iafe15a9ab48f1c0e09b5e6c176ecda3d5b4ce1bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120479 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw/source/filter/ww8/docxexport.cxx')
-rw-r--r--sw/source/filter/ww8/docxexport.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx
index f13a1d2f290d..db29faff587c 100644
--- a/sw/source/filter/ww8/docxexport.cxx
+++ b/sw/source/filter/ww8/docxexport.cxx
@@ -322,9 +322,7 @@ void DocxExport::WriteFormData( const ::sw::mark::IFieldmark& rFieldmark )
void DocxExport::WriteHyperlinkData( const ::sw::mark::IFieldmark& /*rFieldmark*/ )
{
-#if OSL_DEBUG_LEVEL > 1
- fprintf( stderr, "TODO DocxExport::WriteHyperlinkData()\n" );
-#endif
+ SAL_INFO("sw.ww8", "TODO DocxExport::WriteHyperlinkData().");
}
void DocxExport::DoComboBox(const OUString& rName,