summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-04-27 15:13:07 +0000
committerOliver Bolte <obo@openoffice.org>2004-04-27 15:13:07 +0000
commitc70fa01f7680084ea0dd73face739f0e3bf13fdc (patch)
tree44a7f2041d6677df583cacbd218c3022b96760a5 /sc/source/ui/view/cellsh1.cxx
parent06b68b95b2c68d65b939a3700a257fdb86196b79 (diff)
INTEGRATION: CWS tl01 (1.25.256); FILE MERGED
2004/02/11 14:50:00 gt 1.25.256.2: RESYNC: (1.25-1.26); FILE MERGED 2003/10/07 14:34:53 dr 1.25.256.1: #112060# Hangul/Hanja Conversion in Calc
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r--sc/source/ui/view/cellsh1.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 2c918b04a..1a6d98035 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsh1.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 20:36:58 $
+ * last change: $Author: obo $ $Date: 2004-04-27 16:13:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -161,6 +161,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
case FID_USE_NAME:
case FID_INSERT_NAME:
case SID_SPELLING:
+ case SID_HANGUL_HANJA_CONVERSION:
pScMod->InputEnterHandler();
pTabViewShell->UpdateInputHandler();
@@ -1455,6 +1456,10 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
pTabViewShell->DoSpellingChecker();
break;
+ case SID_HANGUL_HANJA_CONVERSION:
+ pTabViewShell->DoHangulHanjaConversion();
+ break;
+
case SID_THESAURUS:
pTabViewShell->DoThesaurus();
break;