From 09f9c1f7c24fff88d3632da795467aa06fdcb68f Mon Sep 17 00:00:00 2001 From: Laurent Godard Date: Wed, 31 Aug 2011 15:26:52 +0200 Subject: allow LibreOffice reference in IDL @since tag --- autodoc/source/parser_i/idoc/docu_pe2.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'autodoc') 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 -- cgit