diff options
author | Michael Stahl <mst@openoffice.org> | 2011-02-28 15:33:11 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2011-02-28 15:33:11 +0100 |
commit | 7d62959d73c2dcc2b453b27f7545d5d1eb402025 (patch) | |
tree | d3f40923bb80491de25c272fc84cf810bd52d88f /xmloff | |
parent | 2f82c7693f8207fc42b8fc75bb77cdbb42607907 (diff) |
sw34bf03: #i93908#: tweak BuildId for DEV300m101
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlnumi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index a3f6afcb07d1..1417f239082a 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -510,7 +510,7 @@ Sequence<beans::PropertyValue> SvxXMLListLevelStyleContext_Impl::GetProperties( && ( (SvXMLImport::OOo_1x == nVersion) || (SvXMLImport::OOo_2x == nVersion) || (310 == nUPD) || (320 == nUPD) || (330 == nUPD) - || ((300 == nUPD) && (nBuildId <= 9553)))) + || ((300 == nUPD) && (nBuildId <= 9573)))) { // #i93908# OOo < 3.4 wrote a bogus suffix for bullet chars sSuffix = ::rtl::OUString(); // clear it |