summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparai.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index f2124bf068ed..816bf8769999 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -1809,7 +1809,8 @@ void XMLParaContext::endFastElement(sal_Int32 )
// created between commits 6249858a8972aef077e0249bd93cfe8f01bce4d6 and
// 1a88efa8e02a6d765dab13c7110443bb9e6acecf, where the trailing empty spans
// were used to store the marker formatting
- if (!m_aMarkerStyleName.hasValue()
+ if (pHint->GetType() == XMLHintType::XML_HINT_STYLE
+ && !m_aMarkerStyleName.hasValue()
&& xCompare->compareRegionStarts(pHint->GetStart(), xEnd) == 0)
{
if (auto pStyle = GetImport().GetTextImport()->FindAutoCharStyle(
hl 2012-03-14fdo#47246: canvas: split out static library directxcanvasMichael Stahl 2012-01-04canvas: work around NOMINMAX windows breakageMichael Stahl 2011-11-27remove pch from the include listNorbert Thiebaud 2011-09-22Always link with user32Tor Lillqvist 2011-08-12fix build issues in canvas on windowsNorbert Thiebaud 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe 2011-08-04help windows build alongCaolán McNamara 2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist 2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen 2011-06-17gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags...Michael Stahl 2011-06-16CWS gnumake4: convert canvas to new build systemMathias Bauer