Kaydet (Commit) fef4a0f3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:implicitboolconversion

Change-Id: I1b8cf992b574fe6155701711a619bad5bfc34265
üst 6c697a99
......@@ -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(); }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment