commit | 0daf61eedf8b57fc45bf8ddd6bf884ee8ec14234 | [log] [tgz] |
---|---|---|
author | Carsten Hiesserich <carsten.hie@gmail.com> | Wed Jun 24 18:32:01 2015 +0200 |
committer | Carsten Hiesserich <carsten.hie@gmail.com> | Wed Jun 24 19:46:01 2015 +0200 |
tree | 822b4310600300c7eb57ea501235efcbf9ab6790 | |
parent | 436938603dc178fcc587f39d348c9b557e82f015 [diff] |
bug 470335: NPE when document is edited in other editor This bug was caused by calling the ContentPosition constructor with a null document. The same call was used in some other places that are also fixed with this change. There are also some additional tests. Change-Id: Ife8841dff0e38e360b7da0dd26b15cb0169989d4 Signed-off-by: Carsten Hiesserich <carsten.hie@gmail.com>