diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-11 23:42:19 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-11 23:42:19 -0400 |
commit | c0de63a858ee02bba2a9154b239085a64a277999 (patch) | |
tree | cdf4cc98002e4759663d5b489ad537962c83be8c /editeng/qa | |
parent | b5800fac1d57b80772823bd8bc288a6cebe82e6f (diff) |
Remove the TODO comment that's no longer relevant.
Diffstat (limited to 'editeng/qa')
-rw-r--r-- | editeng/qa/unit/core-test.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 49a6efba3070..1e83599e3358 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -83,7 +83,6 @@ void Test::testConstruction() { EditEngine aEngine(mpItemPool); - // TODO: This currently causes segfault in vcl. rtl::OUString aParaText = "I am Edit Engine."; aEngine.SetText(aParaText); } |