diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-04 15:43:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-04 15:43:13 +0000 |
commit | 15aa29d4191512c16e11dac5a6d5479a18d6f410 (patch) | |
tree | 88e0da636613052879affa76df16823a7b70566d /padmin | |
parent | aab6c9e3b6241aee9bab21e9865f3a173a7b564e (diff) |
INTEGRATION: CWS vcl69 (1.42.78); FILE MERGED
2006/10/30 14:50:47 pl 1.42.78.1: #i65681# remove obsolete scale setting
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/rtsetup.src | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/padmin/source/rtsetup.src b/padmin/source/rtsetup.src index 0070dd9d8895..989031d659f9 100644 --- a/padmin/source/rtsetup.src +++ b/padmin/source/rtsetup.src @@ -4,9 +4,9 @@ * * $RCSfile: rtsetup.src,v $ * - * $Revision: 1.42 $ + * $Revision: 1.43 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:17:28 $ + * last change: $Author: rt $ $Date: 2006-12-04 16:43:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -152,20 +152,6 @@ TabPage RID_RTS_PAPERPAGE Pos = MAP_APPFONT( 115, 50 ); Size = MAP_APPFONT( 110, 120 ); }; - FixedText RID_RTS_PAPER_SCALE_TXT - { - Pos = MAP_APPFONT ( 5 , 65 ) ; - Size = MAP_APPFONT ( 80 , 8 ) ; - Text [ de ] = "~Skalierung" ; - Text [ en-US ] = "~Scale"; - }; - MetricField RID_RTS_PAPER_SCALE_BOX - { - Border = TRUE ; - Spin = TRUE; - Pos = MAP_APPFONT ( 115 , 65 ) ; - Size = MAP_APPFONT ( 110 , 12 ) ; - }; }; TabPage RID_RTS_DEVICEPAGE |