summaryrefslogtreecommitdiff
path: root/svx/source/items/svxitems.src
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-03-05 12:32:02 +0000
committerjp <jp@openoffice.org>2001-03-05 12:32:02 +0000
commitd6ff2829e829edff374629bce378a2628defc57d (patch)
treee164506e6f4170301a4db52e50dc12e3817f913d /svx/source/items/svxitems.src
parent4d8d9f9faaf84916e0fcba847e2cd08d6c5caf1f (diff)
new: SvxCharReliefItem
Diffstat (limited to 'svx/source/items/svxitems.src')
-rw-r--r--svx/source/items/svxitems.src21
1 files changed, 19 insertions, 2 deletions
diff --git a/svx/source/items/svxitems.src b/svx/source/items/svxitems.src
index b35776543d45..d1b36ed35555 100644
--- a/svx/source/items/svxitems.src
+++ b/svx/source/items/svxitems.src
@@ -2,9 +2,9 @@
*
* $RCSfile: svxitems.src,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: jp $ $Date: 2001-02-15 20:19:13 $
+ * last change: $Author: jp $ $Date: 2001-03-05 13:30:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -7532,4 +7532,21 @@ String RID_SVXITEMS_CHARSCALE_OFF
Text = "keine Zeichenskalierung";
Text [ English ] = "no scaled characters";
};
+
+String RID_SVXITEMS_RELIEF_NONE
+{
+ Text = "Kein Relief" ;
+ Text [ English ] = "No Emboss" ;
+};
+String RID_SVXITEMS_RELIEF_EMBOSSED
+{
+ Text = "Relief";
+ Text [ English ] = "Emboss";
+};
+String RID_SVXITEMS_RELIEF_ENGRAVED
+{
+ Text = "Gravur";
+ Text [ English ] = "Engrave";
+};
+
// ********************************************************************** EOF