diff options
author | Laurent Godard <oooconv@free.fr> | 2011-08-31 15:26:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-31 17:21:32 +0300 |
commit | 09f9c1f7c24fff88d3632da795467aa06fdcb68f (patch) | |
tree | d55c05829eb78724be2380908e2729ac754b48bb /autodoc | |
parent | 8b11173f34bcbd5c27c1842e65ef3ab91bb24019 (diff) |
allow LibreOffice reference in IDL @since tag
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser_i/idoc/docu_pe2.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/autodoc/source/parser_i/idoc/docu_pe2.cxx b/autodoc/source/parser_i/idoc/docu_pe2.cxx index 2f1af7f68ba3..d675103ddbe9 100644 --- a/autodoc/source/parser_i/idoc/docu_pe2.cxx +++ b/autodoc/source/parser_i/idoc/docu_pe2.cxx @@ -616,7 +616,9 @@ bool SapiDocu_PE::CheckVersionSyntax_OOo(const String & i_versionPart1) { return i_versionPart1 == "OOo" - OR i_versionPart1 == "OpenOffice.org"; + OR i_versionPart1 == "OpenOffice.org" + OR i_versionPart1 == "LO" + OR i_versionPart1 == "LibreOffice"; } bool |