diff options
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx index 7d6b15d24222..1e7499edd6ab 100644 --- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx +++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx @@ -31,9 +31,11 @@ // File: ooofilt.cxx // Contents: Filter Implementation for OpenOffice.Org Document using // Indexing Service -// Summary: The LibreOffice filter reads LibreOffice files (with the -// extension .sxw .sxi, etc) and extract their content, author, -// keywords,subject,comments and title to be filtered. +// Summary: The LibreOffice filter reads OpenOffice.org XML files (with +// the extension .sxw .sxi, etc) and ODF files and extract +// their content, author, keywords,subject,comments and title +// to be filtered. +// // Platform: Windows 2000, Windows XP //-------------------------------------------------------------------------- #include "internal/contentreader.hxx" |