summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msdffimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/msdffimp.cxx')
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 55f4f3fdfa7f..cecbf15511e9 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5644,7 +5644,7 @@ void SvxMSDffManager::SetDgContainer( SvStream& rSt )
sal_uInt32 nFilePos = rSt.Tell();
DffRecordHeader aDgContHd;
ReadDffRecordHeader( rSt, aDgContHd );
- // insert this container only if there is also a DgAtom
+ // insert this container only if there is also a DggAtom
if ( SeekToRec( rSt, DFF_msofbtDg, aDgContHd.GetRecEndFilePos() ) )
{
DffRecordHeader aRecHd;