diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/uiview/viewmdi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/viewmdi.cxx b/sw/source/ui/uiview/viewmdi.cxx index b1c9dedfb5bc..27949cff51e9 100644 --- a/sw/source/ui/uiview/viewmdi.cxx +++ b/sw/source/ui/uiview/viewmdi.cxx @@ -460,7 +460,7 @@ IMPL_STATIC_LINK( SwView, MoveNavigationHdl, bool *, pbNext ) } // move - if(vNavMarks.size()) + if(!vNavMarks.empty()) { if(bNext) { |