Kaydet (Commit) 22b999c3 authored tarafından Luboš Luňák's avatar Luboš Luňák

fix the sw_swdoc_test crash

Keeping a reference to an expired temporary is a rather bad idea.

Change-Id: I4d93d644b7db957ea49bcf1127647b7e5427f469
üst 12ee1efb
......@@ -38,7 +38,7 @@ class SwScanner
const rtl::OUString aPreDashReplacementText;
rtl::OUString aText;
const LanguageType* pLanguage;
const ModelToViewHelper& rConversionMap;
const ModelToViewHelper rConversionMap;
sal_Int32 nStartPos;
sal_Int32 nEndPos;
sal_Int32 nBegin;
......
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