summaryrefslogtreecommitdiff
path: root/padmin/source/prtsetup.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-04 15:42:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-04 15:42:40 +0000
commita9410c3b0eefd17c8ffc71814b6f7fd1406ae8b4 (patch)
treee61a91eb628df78710960891c648c2139cecdacc /padmin/source/prtsetup.hxx
parent6ff66d46209c0d62a2c81befe80f46574ea419ec (diff)
INTEGRATION: CWS vcl69 (1.3.80); FILE MERGED
2006/10/30 14:50:46 pl 1.3.80.1: #i65681# remove obsolete scale setting
Diffstat (limited to 'padmin/source/prtsetup.hxx')
-rw-r--r--padmin/source/prtsetup.hxx8
1 files changed, 2 insertions, 6 deletions
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(); }
};