sw/inc/docary.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fef4a0f3d4216d77a8a3ce271ce0b0b878d965d6
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Feb 11 14:26:30 2014 +0100

    loplugin:implicitboolconversion
    
    Change-Id: I1b8cf992b574fe6155701711a619bad5bfc34265

diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index ed78fd2..01cf946 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -204,7 +204,7 @@ public:
 
     sal_uInt16 GetSize() const                              {     return 
m_aExtraRedlines.size();                }
     SwExtraRedline* GetRedline( sal_uInt16 uIndex ) const   {     return 
m_aExtraRedlines.operator[]( uIndex );  }
-    sal_uInt16 IsEmpty() const                              {     return 
m_aExtraRedlines.empty();               }
+    bool IsEmpty() const                              {     return 
m_aExtraRedlines.empty();               }
 };
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to