[Libreoffice-commits] .: writerfilter/source
David Tardon
dtardon at kemper.freedesktop.org
Sat Mar 19 08:07:23 PDT 2011
writerfilter/source/ooxml/OOXMLParserState.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e9fa04d083819814332ffde915581357cf1ab7ce
Author: David Tardon <dtardon at redhat.com>
Date: Sat Mar 19 16:06:43 2011 +0100
fix debug build
diff --git a/writerfilter/source/ooxml/OOXMLParserState.hxx b/writerfilter/source/ooxml/OOXMLParserState.hxx
index fe6d587..3bc244f 100644
--- a/writerfilter/source/ooxml/OOXMLParserState.hxx
+++ b/writerfilter/source/ooxml/OOXMLParserState.hxx
@@ -59,7 +59,7 @@ class OOXMLParserState
stack<OOXMLPropertySet::Pointer_t> mCellProps;
stack<OOXMLPropertySet::Pointer_t> mRowProps;
stack<OOXMLPropertySet::Pointer_t> mTableProps;
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
XPathLogger m_xPathLogger;
#endif
More information about the Libreoffice-commits
mailing list