diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-10-21 11:04:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-10-21 11:04:43 +0000 |
commit | 0ffb50c1394d25d6373b41bca67d20cd3ccbda6c (patch) | |
tree | 65f859d27bc24f6535fd7bca17f9a514db47b575 /sc/source/ui/inc | |
parent | ad3b7fa099ab3d7fa5b0b75f6ff19afc006bd75b (diff) |
INTEGRATION: CWS dr41 (1.21.134); FILE MERGED
2005/10/05 00:50:41 dr 1.21.134.2: RESYNC: (1.21-1.23); FILE MERGED
2005/08/24 10:24:48 nn 1.21.134.1: #i52871# compare custom shape type to see if same function was selected again
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/tabvwsh.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx index 98aa29212c84..87b4040a1c43 100644 --- a/sc/source/ui/inc/tabvwsh.hxx +++ b/sc/source/ui/inc/tabvwsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: tabvwsh.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: hr $ $Date: 2005-09-28 12:12:53 $ + * last change: $Author: rt $ $Date: 2005-10-21 12:04:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -133,6 +133,7 @@ private: USHORT nDrawSfxId; USHORT nCtrlSfxId; USHORT nFormSfxId; + String sDrawCustom; // current custom shape type ScDrawShell* pDrawShell; ScDrawTextObjectBar* pDrawTextShell; ScEditShell* pEditShell; |