diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 15:32:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 15:32:50 +0000 |
commit | b5208d5a961bd18dda75f51b4ecf7e2a883a020e (patch) | |
tree | 6e1f4286dd47994d74a57b8d9f6a794668e860cd /sc/sdi/tabvwsh.sdi | |
parent | ee73378d75a9e348c1ee9fd73bc91fff9f355533 (diff) |
INTEGRATION: CWS calc25 (1.16.32); FILE MERGED
2004/10/28 16:05:19 nn 1.16.32.1: #i33370# handle SID_FONTWORK_GALLERY_FLOATER in ExecDrawIns, don't modify DrawFuncPtr
Diffstat (limited to 'sc/sdi/tabvwsh.sdi')
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index 2e262c517849..4a6f7ea5cf6c 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: tabvwsh.sdi,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2004-10-12 17:56:32 $ + * last change: $Author: obo $ $Date: 2004-11-15 16:32:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -142,7 +142,7 @@ interface BaseSelection : Selection //SID_CHOOSE_CONTROLS [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_OBJECT_SELECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_INSERT_DRAW [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] - SID_FONTWORK_GALLERY_FLOATER [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_FONTWORK_GALLERY_FLOATER [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] SID_DRAWTBX_CS_BASIC [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_DRAWTBX_CS_SYMBOL [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_DRAWTBX_CS_ARROW [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] |