diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 12:24:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 12:24:38 +0000 |
commit | 8017fad8c2bc65ba6afac10e8c9163c25baf125b (patch) | |
tree | 90f01fd6bb964dec649af4cb573df11e7b847c87 /sd/source/ui/view/drviews4.cxx | |
parent | c4a9f1b106b89c7178f78d7364aa28a28bed8070 (diff) |
INTEGRATION: CWS sj05 (1.15.32); FILE MERGED
2004/02/13 13:23:50 sj 1.15.32.3: RESYNC: (1.15-1.16); FILE MERGED
2004/02/10 11:47:54 sj 1.15.32.2: name changes
2004/02/09 15:16:09 cl 1.15.32.1: #i20484# added new CustomShape ui
Diffstat (limited to 'sd/source/ui/view/drviews4.cxx')
-rw-r--r-- | sd/source/ui/view/drviews4.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx index 27a375acb8ff..8466c63c28cc 100644 --- a/sd/source/ui/view/drviews4.cxx +++ b/sd/source/ui/view/drviews4.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drviews4.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2004-01-20 12:44:48 $ + * last change: $Author: rt $ $Date: 2004-04-02 13:24:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -783,6 +783,11 @@ void DrawViewShell::Command(const CommandEvent& rCEvt, ::sd::Window* pWin) RID_DRAW_GEOMOBJ_POPUP; break; + case OBJ_CUSTOMSHAPE: + nSdResId = bGraphicShell ? RID_GRAPHIC_CUSTOMSHAPE_POPUP : + RID_DRAW_CUSTOMSHAPE_POPUP; + break; + case OBJ_GRUP: nSdResId = bGraphicShell ? RID_GRAPHIC_GROUPOBJ_POPUP : RID_DRAW_GROUPOBJ_POPUP; |