From 8307bfb0388b946a86876096cef78d012479e981 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Mon, 26 Mar 2001 18:26:30 +0000 Subject: transliteration menu functions --- sc/source/ui/inc/cellsh.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/inc/cellsh.hxx') diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx index a98b6e0c7f79..2d27dee10dea 100644 --- a/sc/source/ui/inc/cellsh.hxx +++ b/sc/source/ui/inc/cellsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cellsh.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:57 $ + * last change: $Author: nn $ $Date: 2001-03-26 19:21:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,6 +92,7 @@ public: void GetState(SfxItemSet &); void ExecuteEdit( SfxRequest& rReq ); + void ExecuteTrans( SfxRequest& rReq ); void GetBlockState( SfxItemSet& rSet ); void GetCellState( SfxItemSet& rSet ); -- cgit