From a9410c3b0eefd17c8ffc71814b6f7fd1406ae8b4 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 4 Dec 2006 15:42:40 +0000 Subject: INTEGRATION: CWS vcl69 (1.3.80); FILE MERGED 2006/10/30 14:50:46 pl 1.3.80.1: #i65681# remove obsolete scale setting --- padmin/source/prtsetup.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'padmin') diff --git a/padmin/source/prtsetup.hxx b/padmin/source/prtsetup.hxx index 9dcb51541109..d43fd34b099c 100644 --- a/padmin/source/prtsetup.hxx +++ b/padmin/source/prtsetup.hxx @@ -4,9 +4,9 @@ * * $RCSfile: prtsetup.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:29:00 $ + * last change: $Author: rt $ $Date: 2006-12-04 16:42:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -138,9 +138,6 @@ class RTSPaperPage : public TabPage FixedText m_aSlotText; ListBox m_aSlotBox; - FixedText m_aScaleText; - MetricField m_aScaleBox; - DECL_LINK( SelectHdl, ListBox* ); public: RTSPaperPage( RTSDialog* ); @@ -148,7 +145,6 @@ public: void update(); - ULONG getScale() { return m_aScaleBox.GetValue(); } String getOrientation() { return m_aOrientBox.GetSelectEntry(); } }; -- cgit