diff options
Diffstat (limited to 'lib/kotext/tests/kotextformattertest.cpp')
-rw-r--r-- | lib/kotext/tests/kotextformattertest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/tests/kotextformattertest.cpp b/lib/kotext/tests/kotextformattertest.cpp index 74014c2d..69d5b159 100644 --- a/lib/kotext/tests/kotextformattertest.cpp +++ b/lib/kotext/tests/kotextformattertest.cpp @@ -130,7 +130,7 @@ void KoTextFormatterTest::noWidthEverTest() KoTextParag* parag = doc->firstParag(); parag->append( "abcdefghi" ); parag->format(); - // The resulting paragraph is NOT marked as formatted. See kotextformatter.cc -r1.79 + // The resulting paragraph is NOT marked as formatted. See kotextformatter.cpp -r1.79 assert( !parag->isValid() ); doc->clear(false); doc->setFlow( new KoTextFlow ); // default |