File indexing completed on 2025-07-13 10:51:45

0001 /*
0002    SPDX-FileCopyrightText: 2015 Friedrich W. H. Kossebau <kossebau@kde.org>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #include "HtmlImportDebug.h"
0008 
0009 const QLoggingCategory &HTMLIMPORT_LOG()
0010 {
0011     static const QLoggingCategory category("calligra.filter.html2ods");
0012     return category;
0013 }