sw/source/filter/ww8/rtfexport.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 7875b1d4dab504d3b8a8632a1d8fd0afe910d7c3
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Thu Jan 27 20:23:39 2022 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Jan 28 08:21:43 2022 +0100

    sw: remove unused include in rtfexport
    
    It was the only '#if OSL_DEBUG_LEVEL > 1' in this file, so the include
    is definitely not used.
    
    Change-Id: I51e5a8ee04999f803fa7af92a4fd3a250b5c9c22
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129064
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/source/filter/ww8/rtfexport.cxx 
b/sw/source/filter/ww8/rtfexport.cxx
index 795f6c46b6de..acfca6354c43 100644
--- a/sw/source/filter/ww8/rtfexport.cxx
+++ b/sw/source/filter/ww8/rtfexport.cxx
@@ -59,9 +59,6 @@
 #include <osl/diagnose.h>
 #include <rtl/tencinfo.h>
 #include <sal/log.hxx>
-#if OSL_DEBUG_LEVEL > 1
-#include <iostream>
-#endif
 #include <svx/xflclit.hxx>
 #include <fmtmeta.hxx>
 #include <IDocumentSettingAccess.hxx>

Reply via email to