[Libreoffice-commits] core.git: sw/inc
Stephan Bergmann
sbergman at redhat.com
Tue Feb 11 05:26:59 PST 2014
sw/inc/docary.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fef4a0f3d4216d77a8a3ce271ce0b0b878d965d6
Author: Stephan Bergmann <sbergman at 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(); }
};
More information about the Libreoffice-commits
mailing list