Warning, file /office/calligra/filters/libmsooxml/MsooXmlDebug.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 * Copyright (c) 2015 Friedrich W. H. Kossebau <kossebau@kde.org> 0003 * 0004 * This library is free software; you can redistribute it and/or 0005 * modify it under the terms of the GNU Lesser General Public License 0006 * version 2.1 as published by the Free Software Foundation. 0007 * 0008 * This library is distributed in the hope that it will be useful, but 0009 * WITHOUT ANY WARRANTY; without even the implied warranty of 0010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0011 * Lesser General Public License for more details. 0012 * 0013 * You should have received a copy of the GNU Lesser General Public 0014 * License along with this library; if not, write to the Free Software 0015 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 0016 * 02110-1301 USA 0017 */ 0018 0019 #include "MsooXmlDebug.h" 0020 0021 const QLoggingCategory &MSOOXML_LOG() 0022 { 0023 static const QLoggingCategory category("calligra.filter.msooxml"); 0024 return category; 0025 }