summaryrefslogtreecommitdiff
path: root/sw/inc/pvprtdat.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:29:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:29:54 +0000
commit35bbcc80dd8f3e959f2c62d77322c882b0afc679 (patch)
treedac3d973756db6ad915b51b3c7a528cfbba361c0 /sw/inc/pvprtdat.hxx
parent4e698747ebd624cd16980455c9675e10e3a42744 (diff)
INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED
2005/09/13 11:49:22 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:10:12 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/pvprtdat.hxx')
-rw-r--r--sw/inc/pvprtdat.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/inc/pvprtdat.hxx b/sw/inc/pvprtdat.hxx
index f366557467fa..a2fa127fff9a 100644
--- a/sw/inc/pvprtdat.hxx
+++ b/sw/inc/pvprtdat.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pvprtdat.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:05:45 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:29:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,11 +81,6 @@ public:
BOOL GetLandscape() const { return bLandscape; }
void SetLandscape( BOOL b ) { bLandscape = b; }
-
- // JP 19.08.98: wird zur Zeit nicht ausgewertet, weil der Font sich
- // nicht enstprechend stretch laesst.
- BOOL GetStretch() const { return bStretch; }
- void SetStretch( BOOL b ) { bStretch = b; }
};