writerfilter/source/dmapper/DomainMapper_Impl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 247ac3b1095b49f29c44b066fad6264112df1fe2
Author: Luboš Luňák <l.lu...@suse.cz>
Date:   Wed Oct 19 15:31:36 2011 +0200

    fix incorrect OSL_FAIL message because of copy&paste

diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index d2eaeec..b65cb21 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -1343,7 +1343,7 @@ void DomainMapper_Impl::PushAnnotation()
     }
     catch( uno::Exception& )
     {
-        OSL_FAIL( "exception in PushFootOrEndnote" );
+        OSL_FAIL( "exception in PushAnnotation" );
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to