You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/14 22:55:58 UTC

svn commit: r1409460 - /incubator/ooo/branches/gbuild/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx

Author: arist
Date: Wed Nov 14 21:55:58 2012
New Revision: 1409460

URL: http://svn.apache.org/viewvc?rev=1409460&view=rev
Log:
writerfilter10_24_9d195c8de43d.patch
# HG changeset patch
# User Henning Brinkmann <hb...@openoffice.org>
# Date 1298390235 -3600
# Node ID 9d195c8de43d6ba3f08f7fea2559405faedff470
# Parent  6952713a7a64383f599ce496b2756f0775b32bd6
writerfilter10: fix wrong #ifdef


Modified:
    incubator/ooo/branches/gbuild/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx

Modified: incubator/ooo/branches/gbuild/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx?rev=1409460&r1=1409459&r2=1409460&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx (original)
+++ incubator/ooo/branches/gbuild/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx Wed Nov 14 21:55:58 2012
@@ -1497,7 +1497,7 @@ void DomainMapper_Impl::PushShapeContext
     catch ( const uno::Exception& e )
     {
         (void) e;
-#if DEBUG
+#if DEBUG_DOMAINMAPPER
         dmapper_logger->element("exception");
 #endif
     }