diff options
author | Niklas Nebel <nn@openoffice.org> | 2002-05-23 16:26:41 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2002-05-23 16:26:41 +0000 |
commit | f4cbc8207ed944e1253182ff0a264d15ce8b58d6 (patch) | |
tree | 9f1e2da4b16174c9e04ffcbb38e9e279964a860f /sc/sdi | |
parent | 292e9056c2708f37c6c1ce3887e378312fb1bb2f (diff) |
#98721# support creating field control from field selection window
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index 456e8b24d6b2..12741287d7f7 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -3,7 +3,7 @@ // StarCalc // // (C) 1994 StarDivision GmbH, Hamburg, Germany - // $Author: dr $ $Date: 2002-05-22 07:07:06 $ $Revision: 1.8 $ + // $Author: nn $ $Date: 2002-05-23 17:25:49 $ $Revision: 1.9 $ // $Logfile: T:/sc/sdi/tabvwsh.sdv $ $Workfile: tabvwsh.sdi $ //---------------------------------------------------------------------------- @@ -93,6 +93,7 @@ interface BaseSelection : Selection SID_LINKS [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] SID_DRAW_CHART [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_OPENDLG_MODCHART [ ExecMethod = Execute; StateMethod = GetDrawInsState; ] + SID_FM_CREATE_FIELDCONTROL [ ExecMethod = ExecDrawIns ; ] // } Einfuegen von Objekten |