summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/toolbox.src
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2000-09-29 07:54:00 +0000
committerKai Ahrens <ka@openoffice.org>2000-09-29 07:54:00 +0000
commitf4ed0224ce541f32114f2147789ea6ac4c916f6d (patch)
treebfd88ce7e6ce5370d48c17026703d8f68ba016e1 /sd/source/ui/app/toolbox.src
parentabbee0cf48e1507539ffe1b053ff9031b9559ee2 (diff)
added graphic crop item
Diffstat (limited to 'sd/source/ui/app/toolbox.src')
-rw-r--r--sd/source/ui/app/toolbox.src17
1 files changed, 11 insertions, 6 deletions
diff --git a/sd/source/ui/app/toolbox.src b/sd/source/ui/app/toolbox.src
index 1c67f90d8187..9cd5a9fb1a85 100644
--- a/sd/source/ui/app/toolbox.src
+++ b/sd/source/ui/app/toolbox.src
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbox.src,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:31 $
+ * last change: $Author: ka $ $Date: 2000-09-29 08:54:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -754,14 +754,19 @@ ToolBox RID_DRAW_GRAF_TOOLBOX
{
Type = TOOLBOXITEM_SEPARATOR ;
};
-
ToolBoxItem
{
Identifier = SID_ATTR_GRAF_TRANSPARENCE;
HelpID = SID_ATTR_GRAF_BLUE;
};
+ ToolBoxItem
+ {
+ Type = TOOLBOXITEM_SEPARATOR ;
+ };
+ ToolBoxItem
+ {
+ Identifier = SID_ATTR_GRAF_CROP;
+ HelpID = SID_ATTR_GRAF_CROP;
+ };
};
};
-
-
-