summaryrefslogtreecommitdiffstats
path: root/sw/source/core/crsr/viscrs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/crsr/viscrs.cxx')
-rw-r--r--sw/source/core/crsr/viscrs.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx
index f8d802cf95fa..9593f326d149 100644
--- a/sw/source/core/crsr/viscrs.cxx
+++ b/sw/source/core/crsr/viscrs.cxx
@@ -444,7 +444,7 @@ void SwSelPaintRects::HighlightInputField()
}
}
- if ( aInputFieldRanges.size() > 0 )
+ if ( !aInputFieldRanges.empty() )
{
if (m_pTextInputFieldOverlay != nullptr)
{