diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-07-25 17:44:04 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-07-25 17:44:04 +0000 |
commit | 85c884a4fa9effd83a77f8748444443fefa379ac (patch) | |
tree | a17e714754a59810fcd0a7f1937fdcdf7f74b77f /sc/sdi | |
parent | 00cdf0c560725ffdb67a27aa7762212158225ec5 (diff) |
#90211# state for SID_OPENDLG_MODCHART
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index a2e82b3ea453..a83d6bbee48f 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -3,7 +3,7 @@ // StarCalc // // (C) 1994 StarDivision GmbH, Hamburg, Germany - // $Author: er $ $Date: 2001-07-04 17:14:41 $ $Revision: 1.5 $ + // $Author: nn $ $Date: 2001-07-25 18:42:52 $ $Revision: 1.6 $ // $Logfile: T:/sc/sdi/tabvwsh.sdv $ $Workfile: tabvwsh.sdi $ //---------------------------------------------------------------------------- @@ -91,7 +91,7 @@ interface BaseSelection : Selection SID_FM_CREATE_CONTROL [ ExecMethod = ExecDraw ; ] SID_LINKS [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] SID_DRAW_CHART [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] - SID_OPENDLG_MODCHART [ ExecMethod = Execute; StateMethod = NoState; ] + SID_OPENDLG_MODCHART [ ExecMethod = Execute; StateMethod = GetDrawInsState; ] // } Einfuegen von Objekten |