diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-06-19 14:32:38 -0300 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-06-20 13:54:37 +0000 |
commit | 41de10f5fd181dc45b487d2ac29cd2b4fbb34710 (patch) | |
tree | ebb862335e7b426dbd3b9528b3c562dccc63c6c3 /bridges | |
parent | 07cd857a0e35c9f80f35e8c042ff0ae16aceaef7 (diff) |
Fix fdo#59641 - Duplication in formula when import mathml
Remove wrong concatenation of text from EditView in SmXMLImport::endDocument, and use
just the text extracted from formula.
After the SmXMLImport::endDocument method, we compare the text from doc(extracted from formula) and
from editview(text inserted before call the importer) and as they're different, the text from
formula will be inserted in the current edit cursor position.
Also, remove bogus pDocShell->SetText( String() ), as we will set the text some lines below.
Change-Id: Ia317a23d27964a9d1264dcaf9ec0d38b8c586655
Reviewed-on: https://gerrit.libreoffice.org/4369
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'bridges')
0 files changed, 0 insertions, 0 deletions