summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/objdraw.src
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-11-26 07:45:42 +0000
committerDaniel Rentz <dr@openoffice.org>2002-11-26 07:45:42 +0000
commit62045b7198b8760257e40172061e1dc2f15ac104 (patch)
treeaf4f59ffb95beb674171ddb0bffb1fbdccb80eb9 /sc/source/ui/drawfunc/objdraw.src
parentfbf68271052d9693facedb8685340696e55a0da0 (diff)
#105412# new popup menu entry 'Open Hyperlink'
Diffstat (limited to 'sc/source/ui/drawfunc/objdraw.src')
-rw-r--r--sc/source/ui/drawfunc/objdraw.src27
1 files changed, 7 insertions, 20 deletions
diff --git a/sc/source/ui/drawfunc/objdraw.src b/sc/source/ui/drawfunc/objdraw.src
index f7fa65c1d0fa..4d84ddd1d77a 100644
--- a/sc/source/ui/drawfunc/objdraw.src
+++ b/sc/source/ui/drawfunc/objdraw.src
@@ -2,9 +2,9 @@
*
* $RCSfile: objdraw.src,v $
*
- * $Revision: 1.51 $
+ * $Revision: 1.52 $
*
- * last change: $Author: kz $ $Date: 2002-11-04 17:22:17 $
+ * last change: $Author: dr $ $Date: 2002-11-26 08:44:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1821,24 +1821,11 @@ Menu RID_POPUP_DRAWTEXT
MenuItem { Separator = TRUE ; };
// Zeichen, Absatz
MN_DRWTXT
+ MenuItem { Separator = TRUE ; };
+ MenuItem
+ {
+ ITEM_OPEN_HYPERLINK
+ };
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-