From d78aa70819aed194a9d9fb12931db9ff1b254a91 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Fri, 20 Oct 2000 15:16:42 +0000 Subject: #79654# FmFormShell responsible for SID_FM_AUTOCONTROLFOCUS --- svx/sdi/fmslots.sdi | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'svx/sdi') diff --git a/svx/sdi/fmslots.sdi b/svx/sdi/fmslots.sdi index e14681d2e157..e638dfd03436 100644 --- a/svx/sdi/fmslots.sdi +++ b/svx/sdi/fmslots.sdi @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------ $Workfile: FMSLOTS.SDI $ - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/svx/sdi/fmslots.sdi,v 1.1.1.1 2000-09-18 17:01:06 hr Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/svx/sdi/fmslots.sdi,v 1.2 2000-10-20 16:16:42 fs Exp $ Beschreibung: IDL - File FormularShell (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg @@ -153,6 +153,11 @@ interface Form : Object ExecMethod = Execute ; StateMethod = GetState ; ] + SID_FM_AUTOCONTROLFOCUS + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] SID_FM_SHOW_FMEXPLORER [ ExecMethod = Execute ; @@ -430,6 +435,9 @@ shell FmFormShell /*------------------------------------------------------------------------ $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/18 17:01:06 hr + initial import + Revision 1.58 1999/10/04 06:38:46 dg #68564# Usage of Filters modified -- cgit