summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-03 14:54:37 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-03 14:54:37 +0000
commit36d923a56f8918a0ab37a07ee9f726516d087430 (patch)
tree90058dccfc8d2a36c12068e188773f2bcea356c8 /sc/source/ui/miscdlgs
parentf27ee757679220757d2224a07a2ed11ce1f70077 (diff)
INTEGRATION: CWS dr54 (1.30.12); FILE MERGED
2007/04/30 12:43:47 dr 1.30.12.1: #i50363# auto-repeat in spin fields
Diffstat (limited to 'sc/source/ui/miscdlgs')
-rw-r--r--sc/source/ui/miscdlgs/linkarea.src42
1 files changed, 3 insertions, 39 deletions
diff --git a/sc/source/ui/miscdlgs/linkarea.src b/sc/source/ui/miscdlgs/linkarea.src
index 2a0466792f44..264104b861cf 100644
--- a/sc/source/ui/miscdlgs/linkarea.src
+++ b/sc/source/ui/miscdlgs/linkarea.src
@@ -4,9 +4,9 @@
*
* $RCSfile: linkarea.src,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 16:32:47 $
+ * last change: $Author: rt $ $Date: 2007-07-03 15:54:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -112,6 +112,7 @@ ModalDialog RID_SCDLG_LINKAREA
Size = MAP_APPFONT ( 32 , 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
+ Repeat = TRUE ;
Minimum = 1 ;
Maximum = 99999 ;
Value = 60 ;
@@ -125,40 +126,3 @@ ModalDialog RID_SCDLG_LINKAREA
Text [ en-US ] = "External Data";
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-