summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accdoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accdoc.cxx')
-rw-r--r--sw/source/core/access/accdoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx
index fcd6a2b80c99..8cb98e35b5c6 100644
--- a/sw/source/core/access/accdoc.cxx
+++ b/sw/source/core/access/accdoc.cxx
@@ -858,7 +858,7 @@ css::uno::Sequence< css::uno::Any >
while( _pStartCursor && ( (_pStartCursor = _pStartCursor->GetNext()) != _pStartCursor2) );
- if ( vFrameList.size() )
+ if ( !vFrameList.empty() )
{
uno::Sequence< uno::Any > aRet(vFrameList.size());
std::vector<SwFrame*>::iterator aIter = vFrameList.begin();