Kaydet (Commit) eee4c914 authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: fdo#30770 fix rtf cut/paste crash

regression since 0c17ccc4

Change-Id: I15396ad4d0906c7c3b27c318d73455ac494ae754
üst 1eeb20f3
...@@ -437,6 +437,7 @@ SfxStyleSheetBase* SfxStyleSheetIterator::operator[](sal_uInt16 nIdx) ...@@ -437,6 +437,7 @@ SfxStyleSheetBase* SfxStyleSheetIterator::operator[](sal_uInt16 nIdx)
if( IsTrivialSearch()) if( IsTrivialSearch())
{ {
retval = pBasePool->mIndexedStyleSheets->GetStyleSheetByPosition(nIdx).get(); retval = pBasePool->mIndexedStyleSheets->GetStyleSheetByPosition(nIdx).get();
nAktPosition = nIdx;
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment