summaryrefslogtreecommitdiff
path: root/svx/inc/svdstr.hrc
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-08-01 11:00:09 +0000
committerKai Ahrens <ka@openoffice.org>2001-08-01 11:00:09 +0000
commit6f66f1e8f7052aebb91137c6f44f7faf8d8cb365 (patch)
tree46fdbda176ade83f6c4a88cfc3d57be345edafd7 /svx/inc/svdstr.hrc
parent7ebdc5eaa5399bbc289be37dcc3f882b9ce6e223 (diff)
#89893#: added strings for transparent graphics
Diffstat (limited to 'svx/inc/svdstr.hrc')
-rw-r--r--svx/inc/svdstr.hrc12
1 files changed, 9 insertions, 3 deletions
diff --git a/svx/inc/svdstr.hrc b/svx/inc/svdstr.hrc
index 7a4b88296ba7..c09724508ab3 100644
--- a/svx/inc/svdstr.hrc
+++ b/svx/inc/svdstr.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: svdstr.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2000-09-29 08:27:17 $
+ * last change: $Author: ka $ $Date: 2001-08-01 12:00:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -207,7 +207,13 @@
#define STR_ObjNameSingulSphere3d (STR_ObjNameBegin + 135)
#define STR_ObjNamePluralSphere3d (STR_ObjNameBegin + 136)
-#define STR_ObjNameEnd (STR_ObjNamePluralSphere3d)
+#define STR_ObjNameSingulGRAFBMPTRANS (STR_ObjNameBegin + 137)
+#define STR_ObjNameSingulGRAFBMPTRANSLNK (STR_ObjNameBegin + 138)
+
+#define STR_ObjNamePluralGRAFBMPTRANS (STR_ObjNameBegin + 139)
+#define STR_ObjNamePluralGRAFBMPTRANSLNK (STR_ObjNameBegin + 140)
+
+#define STR_ObjNameEnd (STR_ObjNamePluralGRAFBMPTRANSLNK)
#define STR_EditBegin (STR_ObjNameEnd+1)
#define STR_EditWithCopy (STR_EditBegin + 0)