diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-03-29 20:41:31 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-04-01 06:33:40 +0200 |
commit | af7b2f4c68dc0f98c3cebc4c5e079db2919516ce (patch) | |
tree | 2714ee9bf3471607e8ed631e451d46a201c9af94 /sot | |
parent | 9815d6d64ac27837807d0233b3ac56f1f227634f (diff) |
Fix typo
Change-Id: Ice18bb667b2f8da3321ee61904915079075fd136
Reviewed-on: https://gerrit.libreoffice.org/52196
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/qa/cppunit/test_sot.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/qa/cppunit/test_sot.cxx b/sot/qa/cppunit/test_sot.cxx index 62fa4b1b5b3b..bc6bc95efab1 100644 --- a/sot/qa/cppunit/test_sot.cxx +++ b/sot/qa/cppunit/test_sot.cxx @@ -170,7 +170,7 @@ namespace const SotAction_Impl* pFormats = sot::GetExchangeDestinationWriterFreeAreaCopy(); // tdf#52547 prefer BITMAP over HTML CPPUNIT_ASSERT(FindFormatIndex(pFormats, SotClipboardFormatId::BITMAP) < FindFormatIndex(pFormats, SotClipboardFormatId::HTML)); - // tdf#78801 prefer imager over html over text + // tdf#78801 prefer image over html over text CPPUNIT_ASSERT(FindFormatIndex(pFormats, SotClipboardFormatId::BITMAP) < FindFormatIndex(pFormats, SotClipboardFormatId::HTML)); CPPUNIT_ASSERT(FindFormatIndex(pFormats, SotClipboardFormatId::HTML) < FindFormatIndex(pFormats, SotClipboardFormatId::STRING)); // tdf#81835 prefer RTF/HTML over GDI Metafile |