diff options
Diffstat (limited to 'filters/karbon')
-rw-r--r-- | filters/karbon/ai/ai88handler.cpp | 4 | ||||
-rw-r--r-- | filters/karbon/ai/aiparserbase.cpp | 4 | ||||
-rw-r--r-- | filters/karbon/ai/aiparserbase.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/filters/karbon/ai/ai88handler.cpp b/filters/karbon/ai/ai88handler.cpp index 87a937ae9..acc2ff679 100644 --- a/filters/karbon/ai/ai88handler.cpp +++ b/filters/karbon/ai/ai88handler.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002, Dirk Schönberger <dirk.schoenberger@sz-online.de> + Copyright (C) 2002, Dirk Sch�nberger <dirk.schoenberger@sz-online.de> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -281,7 +281,7 @@ bool AI88Handler::handleAIOperation (AIOperation op) { _handleTextBlock (TO_Fill); return true; break; - case AIO_TextBlockAppend : + case AIO_TextBloctdeAppend : _handleTextBlock (TO_Append); return true; break; diff --git a/filters/karbon/ai/aiparserbase.cpp b/filters/karbon/ai/aiparserbase.cpp index 24f9920e7..bb28d1cf7 100644 --- a/filters/karbon/ai/aiparserbase.cpp +++ b/filters/karbon/ai/aiparserbase.cpp @@ -87,7 +87,7 @@ static AIOperationMapping aiMappings[] = { { "z", AIO_SetCurrentText }, { "a", AIO_TextBlockFillStroke }, { "e", AIO_TextBlockFill }, - { "I", AIO_TextBlockAppend }, + { "I", AIO_TextBloctdeAppend }, { "o", AIO_TextBlockIgnore }, { "r", AIO_TextBlockStroke }, { "t", AIO_TextOutput }, @@ -1303,7 +1303,7 @@ const void aiotoa (AIOperation &data) case AIO_SetCurrentText : tqDebug ("AIO_SetCurrentText"); break; case AIO_TextBlockFillStroke : tqDebug ("AIO_TextBlockFillStroke"); break; case AIO_TextBlockFill : tqDebug ("AIO_TextBlockFill"); break; - case AIO_TextBlockAppend : tqDebug ("AIO_TextBlockAppend"); break; + case AIO_TextBloctdeAppend : tqDebug ("AIO_TextBloctdeAppend"); break; case AIO_TextBlockIgnore : tqDebug ("AIO_TextBlockIgnore"); break; case AIO_TextBlockStroke : tqDebug ("AIO_TextBlockStroke"); break; case AIO_TextOutput : tqDebug ("AIO_TextOutput"); break; diff --git a/filters/karbon/ai/aiparserbase.h b/filters/karbon/ai/aiparserbase.h index 14c00a14e..6f95e501c 100644 --- a/filters/karbon/ai/aiparserbase.h +++ b/filters/karbon/ai/aiparserbase.h @@ -100,7 +100,7 @@ typedef enum { AIO_SetCurrentText, AIO_TextBlockFillStroke, AIO_TextBlockFill, - AIO_TextBlockAppend, + AIO_TextBloctdeAppend, AIO_TextBlockIgnore, AIO_TextBlockStroke, AIO_TextOutput, |