sw/source/filter/ww8/docxexport.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 617fc3a0ed28b0ccc7fa658e4ba13a0fc9fb353b Author: Emircan Agac <thesad...@gmail.com> AuthorDate: Sat Aug 14 12:29:36 2021 +0300 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Mon Aug 16 16:19:46 2021 +0200 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 <hoss...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> 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,