[Libreoffice-commits] .: writerfilter/source

Lubos Lunak llunak at kemper.freedesktop.org
Tue Nov 8 06:38:23 PST 2011


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

New commits:
commit 247ac3b1095b49f29c44b066fad6264112df1fe2
Author: Luboš Luňák <l.lunak at 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" );
     }
 }
 


More information about the Libreoffice-commits mailing list