summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 11:52:58 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 11:52:58 +0000
commite077f837fdd985f0fb5fc5f5b39b8a92c4404830 (patch)
treeeb6717188d3721679a930feebe7c5868111d33d4 /writerfilter
parentf080a92c4415b51d15007ffab21209e3a1ab3399 (diff)
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
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/ooxmlLoggers.hxx41
1 files changed, 41 insertions, 0 deletions
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
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+#ifndef INCLUDED_OOXML_LOGGERS_HXX
+#define INCLUDED_OOXML_LOGGERS_HXX
+
+#include <resourcemodel/TagLogger.hxx>
+
+namespace writerfilter {
+ namespace ooxml {
+ extern TagLogger::Pointer_t debug_logger;
+ }
+}
+#endif // INCLUDED_OOXML_LOGGERS_HXX