summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-06 09:36:52 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-06 09:36:52 +0000
commitf0460c4bdbe16d447cc1275e15b8dce27518a0d8 (patch)
treeae85736d08e12b69c1cea4de7f684530e4f718cd /extensions/source/propctrlr
parent04bd4e5f5619ca64308654aa8f136eddd3e179d6 (diff)
#86837# +RID_STR_ENUM_SIDE_ALIGN
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r--extensions/source/propctrlr/formres.src13
-rw-r--r--extensions/source/propctrlr/formresid.hrc9
2 files changed, 17 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src
index 3441eceae807..d1eaa6aa8277 100644
--- a/extensions/source/propctrlr/formres.src
+++ b/extensions/source/propctrlr/formres.src
@@ -2,9 +2,9 @@
*
* $RCSfile: formres.src,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: kz $ $Date: 2001-05-16 15:45:14 $
+ * last change: $Author: fs $ $Date: 2001-06-06 10:36:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3096,6 +3096,12 @@ String RID_STR_ALIGNMENT
Text[ finnish ] = "Vasen:Keskitys;Oikea";
Text[ catalan ] = "Izquierda;Centrado;Derecha";
};
+String RID_STR_ENUM_SIDE_ALIGN
+{
+ Text = "Links;Oben;Rechts;Unten" ;
+ Text [ english ] = "Left;Top;Right;Bottom" ;
+ Text [ english_us ] = "Left;Top;Right;Bottom" ;
+};
String RID_STR_ENUM_BUTTONTYPE
{
Text = "Push;Submit;Reset;Url" ;
@@ -4634,6 +4640,9 @@ String RID_STR_ENUM_ORIENTATION
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.19 2001/05/16 15:45:14 kz
+ * Merge SRC632: 05/16/01 - 17:44:33 (NoBranch)
+ *
* Revision 1.18 2001/05/11 05:19:44 hjs
* Merge SRC631: 11.05.01 - 07:19:04 (NoBranch)
*
diff --git a/extensions/source/propctrlr/formresid.hrc b/extensions/source/propctrlr/formresid.hrc
index 9ae30256f469..5b92e76d7f9b 100644
--- a/extensions/source/propctrlr/formresid.hrc
+++ b/extensions/source/propctrlr/formresid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: formresid.hrc,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: tbe $ $Date: 2001-05-02 12:42:58 $
+ * last change: $Author: fs $ $Date: 2001-06-06 10:36:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -240,7 +240,7 @@
#define RID_STR_VISIBLESIZE ( RID_FORMBROWSER_START + 178 )
#define RID_STR_ORIENTATION ( RID_FORMBROWSER_START + 179 )
#define RID_STR_ENUM_ORIENTATION ( RID_FORMBROWSER_START + 180 )
-
+#define RID_STR_ENUM_SIDE_ALIGN ( RID_FORMBROWSER_START + 181 )
// -----------------------------------------------------------------------
// - dialogs
@@ -284,6 +284,9 @@
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.9 2001/05/02 12:42:58 tbe
+ * added scrollbar properties
+ *
* Revision 1.8 2001/04/26 09:16:25 tbe
* added progressbar properties
*