summaryrefslogtreecommitdiff
path: root/sc/sdi/drawsh.sdi
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-19 16:33:26 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-19 16:33:26 +0000
commit560eae486ea17e83bf2c3a8b48208b0bf9191d21 (patch)
tree965e82a94bbb4bd825a0cdedb2b201467c537b46 /sc/sdi/drawsh.sdi
parentb1b9736c233d689848965c997061beec548b5e48 (diff)
INTEGRATION: CWS aw038 (1.16.180); FILE MERGED
2006/12/06 16:10:19 aw 1.16.180.2: #i68101# adapted ressources for new texts 2006/12/05 17:17:06 aw 1.16.180.1: #i68101# added SC slot for ObjectTitleDescription
Diffstat (limited to 'sc/sdi/drawsh.sdi')
-rw-r--r--sc/sdi/drawsh.sdi7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi
index 84f2c49964be..49b01d3d2d85 100644
--- a/sc/sdi/drawsh.sdi
+++ b/sc/sdi/drawsh.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: drawsh.sdi,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2006-05-02 15:42:48 $
+ * last change: $Author: ihi $ $Date: 2006-12-19 17:33:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -193,6 +193,9 @@ interface TableDraw
SID_HYPERLINK_SETLINK [ ExecMethod = ExecuteHLink; Export = FALSE; ]
SID_HYPERLINK_GETLINK [ StateMethod = GetHLinkState; Export = FALSE; ]
SID_ENABLE_HYPHENATION [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
+
+ // #i68101#
+ SID_TITLE_DESCRIPTION_OBJECT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_RENAME_OBJECT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_FORMATPAINTBRUSH [ ExecMethod = ExecFormatPaintbrush; StateMethod = StateFormatPaintbrush; ]