[Libreoffice-commits] .: Branch 'integration/dev300_m106' - svtools/source

Jan Holesovsky kendy at kemper.freedesktop.org
Wed May 4 02:39:02 PDT 2011


 svtools/source/filter/wmf/wmfwr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98b5ed1580a9b5aa295e9c7c6d9e1c86a8a33201
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed May 4 13:34:44 2011 +0200

    DBG_ERROR into OSL_FAIL.

diff --git a/svtools/source/filter/wmf/wmfwr.cxx b/svtools/source/filter/wmf/wmfwr.cxx
index 0a4dae5..f8003a5 100644
--- a/svtools/source/filter/wmf/wmfwr.cxx
+++ b/svtools/source/filter/wmf/wmfwr.cxx
@@ -1786,7 +1786,7 @@ void WMFWriter::WriteRecords( const GDIMetaFile & rMTF )
 
                 default:
                 {
-                    DBG_ERROR( "Unsupported meta action!" );
+                    OSL_FAIL( "Unsupported meta action!" );
                 }
                 break;
           }


More information about the Libreoffice-commits mailing list