summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii/wrtasc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ascii/wrtasc.cxx')
-rw-r--r--sw/source/filter/ascii/wrtasc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ascii/wrtasc.cxx b/sw/source/filter/ascii/wrtasc.cxx
index d17027aab832..b8964aaadd8b 100644
--- a/sw/source/filter/ascii/wrtasc.cxx
+++ b/sw/source/filter/ascii/wrtasc.cxx
@@ -126,7 +126,7 @@ ErrCode SwASCWriter::WriteStream()
if( bTstFly && m_bWriteAll &&
pNd->GetText().isEmpty() &&
// Frame exists
- m_pDoc->GetSpzFrameFormats()->size() &&
+ !m_pDoc->GetSpzFrameFormats()->empty() &&
// Only one node in the array
m_pDoc->GetNodes().GetEndOfExtras().GetIndex() + 3 ==
m_pDoc->GetNodes().GetEndOfContent().GetIndex() &&