summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins-devel/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /editors/abiword-plugins-devel/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'editors/abiword-plugins-devel/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp')
-rw-r--r--editors/abiword-plugins-devel/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp16
1 files changed, 0 insertions, 16 deletions
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