From 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 21 Jan 2005 15:36:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'. --- .../files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 editors/abiword-plugins-devel/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp (limited to 'editors/abiword-plugins-devel/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp') diff --git a/editors/abiword-plugins-devel/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp b/editors/abiword-plugins-devel/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp deleted file mode 100644 index a395724db32f..000000000000 --- a/editors/abiword-plugins-devel/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- tools/aiksaurus/xp/AiksaurusABI.cpp.orig Fri Aug 13 21:09:34 2004 -+++ tools/aiksaurus/xp/AiksaurusABI.cpp Fri Aug 13 21:10:33 2004 -@@ -310,11 +310,11 @@ - pView->extSelTo(FV_DOCPOS_EOW_SELECT); - - // Now we will figure out what word to look up when we open our dialog. -- char* search = ""; -+ char* search = NULL; - if (!pView->isSelectionEmpty()) - { - // We need to get the Ascii version of the current word. -- UT_UCS4Char * ucs4ST; -+ UT_UCS4Char * ucs4ST; - pView->getSelectionText(*&ucs4ST); - search = AiksaurusABI_ucsToAscii( - ucs4ST -- cgit v1.2.3