summaryrefslogtreecommitdiffstats
path: root/filters/karbon
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-09-30 00:04:56 +0300
committerPhilippe Mavridis <philippe.mavridis@yandex.com>2025-05-15 21:00:25 +0300
commit04e86613f67d171cc965fce64a4310c0d25c98e1 (patch)
tree08a85d43bc40568f94259601339ccd7e1de11773 /filters/karbon
parentcf85b9c285a2b9baa87c9d0cb9d683b48e82a475 (diff)
downloadkoffice-feat/cmake-port.tar.gz
koffice-feat/cmake-port.zip
WIP: CMake portfeat/cmake-port
Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
Diffstat (limited to 'filters/karbon')
-rw-r--r--filters/karbon/ai/ai88handler.cpp4
-rw-r--r--filters/karbon/ai/aiparserbase.cpp4
-rw-r--r--filters/karbon/ai/aiparserbase.h2
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,