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

New commits:
commit 31376a31d12a22d4870bbe4033dbbce18c13f07d
Author: Michael Stahl <mst...@redhat.com>
Date:   Tue Jun 17 22:58:57 2014 +0200

    writerfilter: try to make tinderbox happy again
    
    Change-Id: I445303e52fbfaa58e68c01970e21941537484506

diff --git a/writerfilter/source/rtftok/rtfsprm.cxx 
b/writerfilter/source/rtftok/rtfsprm.cxx
index 40b8fcc..1b0df46 100644
--- a/writerfilter/source/rtftok/rtfsprm.cxx
+++ b/writerfilter/source/rtftok/rtfsprm.cxx
@@ -149,7 +149,7 @@ static RTFValue::Pointer_t getDefaultSPRM(Id const id)
             return RTFValue::Pointer_t(new RTFValue(0));
 
         default:
-            return 0;
+            return RTFValue::Pointer_t();
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to