From e077f837fdd985f0fb5fc5f5b39b8a92c4404830 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 22 Jul 2008 11:52:58 +0000 Subject: INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/30 17:31:24 dr 1.1.2.3: #10000# sigh 2008/06/30 17:30:39 dr 1.1.2.2: #10000# missing newlines 2008/06/02 15:21:53 hbrinkm 1.1.2.1: defines logger for ooxml part of the source tree --- writerfilter/source/ooxml/ooxmlLoggers.hxx | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 writerfilter/source/ooxml/ooxmlLoggers.hxx (limited to 'writerfilter/source') diff --git a/writerfilter/source/ooxml/ooxmlLoggers.hxx b/writerfilter/source/ooxml/ooxmlLoggers.hxx new file mode 100644 index 000000000000..c7deae030ae1 --- /dev/null +++ b/writerfilter/source/ooxml/ooxmlLoggers.hxx @@ -0,0 +1,41 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: ooxmlLoggers.hxx,v $ + * $Revision: 1.2 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * + * for a copy of the LGPLv3 License. + * + ************************************************************************/ + +#ifndef INCLUDED_OOXML_LOGGERS_HXX +#define INCLUDED_OOXML_LOGGERS_HXX + +#include + +namespace writerfilter { + namespace ooxml { + extern TagLogger::Pointer_t debug_logger; + } +} +#endif // INCLUDED_OOXML_LOGGERS_HXX -- cgit