summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-automation+source+server+statemnt.cxx
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-01-10 12:28:20 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-01-10 12:28:20 +0000
commit242d41a6f0f736cee4d2f98fa9b1f9778af62026 (patch)
treefa44b06ae5910cd915369da1c99964e74a82fc58 /editors/openoffice.org-vcltesttool/files/patch-automation+source+server+statemnt.cxx
parentAdd kasumi, a dictionary management tool for anthy kana-kanji conversion system. (diff)
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway They contributed for in many ways. Additional contributors. thank you very much for all: daichi, Eric Bachard, kan, lofi, Martin Hollmichel, nork, obrien, Sander Vesik, sem, and Stefan Taxhet
Notes
Notes: svn path=/head/; revision=126046
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-automation+source+server+statemnt.cxx')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-automation+source+server+statemnt.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice.org-vcltesttool/files/patch-automation+source+server+statemnt.cxx
deleted file mode 100644
index f480a35038c0..000000000000
--- a/editors/openoffice.org-vcltesttool/files/patch-automation+source+server+statemnt.cxx
+++ /dev/null
@@ -1,19 +0,0 @@
-#iZ 37204
-
-Index: automation/source/server/statemnt.cxx
-===================================================================
-RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
-retrieving revision 1.18
-diff -u -r1.18 statemnt.cxx
---- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
-+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
-@@ -2251,7 +2251,8 @@
- {
- pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
- GetTTSettings()->pTranslateWin->EnableTranslation();
-- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
-+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
-+ err.Execute();
- GetTTSettings()->bToTop = TRUE;
- }
-