summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-04 15:42:10 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-04 15:42:10 +0000
commit2d9c4b33acf66c2aaccaf55a0f54347617324f6d (patch)
treeb023dfc156a4cd0f01d0388c4638c314b92b9e6f /padmin
parent54d695f86d745fc71a2dcd17a7196a0d4edcd3b0 (diff)
INTEGRATION: CWS vcl69 (1.21.6); FILE MERGED
2006/10/30 15:00:19 pl 1.21.6.1: #i65681# remove obsolete scale setting
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/adddlg.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/padmin/source/adddlg.cxx b/padmin/source/adddlg.cxx
index 4b4353b36d78..cd335a7a984d 100644
--- a/padmin/source/adddlg.cxx
+++ b/padmin/source/adddlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: adddlg.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2006-10-11 08:23:33 $
+ * last change: $Author: rt $ $Date: 2006-12-04 16:42:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -598,10 +598,6 @@ APOldPrinterPage::APOldPrinterPage( AddPrinterDialog* pParent )
aInfo.m_nBottomMarginAdjust = aValue.ToInt32() - (int)((double)nBottom * 35.27777778 );
}
- aValue = aConfig.ReadKey( "Scale", aDefScale );
- if( aValue.Len() )
- aInfo.m_nScale = (int)(100.0 * StringToDouble( aValue ));
-
aValue = aConfig.ReadKey( "Copies", aDefScale );
if( aValue.Len() )
aInfo.m_nCopies = aValue.ToInt32();