diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-04-16 12:07:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-04-16 12:47:43 +0200 |
commit | 5d53cabb52648507086a39e06803624949e4a301 (patch) | |
tree | a3397a903f732bae19ab463f2c36388df6974208 /xmloff | |
parent | 0fcab91da2ea6531289aaf01c8c061249f9d6a50 (diff) |
xmloff: we used to call it LOdev back in 4.0 so check that too
Change-Id: Icb7a82267d935a3ca28569657f8e8dc0ba240a5f
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/meta/xmlmetai.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/meta/xmlmetai.cxx b/xmloff/source/meta/xmlmetai.cxx index 17122cb3e585..01117e161fc1 100644 --- a/xmloff/source/meta/xmlmetai.cxx +++ b/xmloff/source/meta/xmlmetai.cxx @@ -268,7 +268,8 @@ void SvXMLMetaDocumentContext::setBuildId(OUString const& i_rBuildId, const uno: OUString rest; if (i_rBuildId.startsWith("LibreOffice/", &rest) || - i_rBuildId.startsWith("LibreOfficeDev/", &rest)) + i_rBuildId.startsWith("LibreOfficeDev/", &rest) || + i_rBuildId.startsWith("LOdev/", &rest)) { OUStringBuffer sNumber; for (sal_Int32 i = 0; i < rest.getLength(); ++i) |