summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoRichText.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2013-05-06 20:03:47 -0500
committerDarrell Anderson <[email protected]>2013-05-06 20:03:47 -0500
commit10c17abd2967097a95e7cf80faa7b504689e0fe4 (patch)
tree1d0a077264cb6fe47a05130af2b7dde4da1bca3d /lib/kotext/KoRichText.cpp
parent84b3bf6af074f5049ff2cd11b22ea13735f0f399 (diff)
downloadkoffice-10c17abd2967097a95e7cf80faa7b504689e0fe4.tar.gz
koffice-10c17abd2967097a95e7cf80faa7b504689e0fe4.zip
Cleanup output clutter.
Diffstat (limited to 'lib/kotext/KoRichText.cpp')
-rw-r--r--lib/kotext/KoRichText.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoRichText.cpp b/lib/kotext/KoRichText.cpp
index 9121c59f..cc0fe4a9 100644
--- a/lib/kotext/KoRichText.cpp
+++ b/lib/kotext/KoRichText.cpp
@@ -1245,7 +1245,7 @@ void KoTextString::checkBidi() const
// determines the properties we need for layouting
#ifdef USE_QT4
#warning "KoTextString::checkBidi() for Qt4 partially implemented"
- printf("[WARNING] KoTextString::checkBidi() partially implemented\n\r");
+ printf("[WARNING] KoTextString::checkBidi() partially implemented\n");
fflush(stdout);
#else
TQTextEngine textEngine( toString(), 0 );