diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-03 12:46:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-03 12:46:18 +0000 |
commit | e3380db1b78ab5fb67ef53b67da17846bf67795d (patch) | |
tree | b71df4b1a53b614fe52dd18c7a4902c39db2306c /sw/inc/viewsh.hxx | |
parent | 685e825122cbce160fa85a2b4e138282177c4f30 (diff) |
INTEGRATION: CWS os93 (1.52.26); FILE MERGED
2007/02/09 10:49:24 os 1.52.26.1: #i30518# brochure printing in RTL mode
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 4614ca5f523b..2c02e57c5230 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: viewsh.hxx,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: obo $ $Date: 2007-01-22 15:10:09 $ + * last change: $Author: rt $ $Date: 2007-04-03 13:46:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -466,7 +466,7 @@ public: const SwPagePreViewPrtData* = 0 ); // Prospekt-Format drucken - void PrintProspect( SwPrtOptions&, SfxProgress& ); + void PrintProspect( SwPrtOptions&, SfxProgress& , BOOL bRTL); sal_Bool IsViewLocked() const { return bViewLocked; } void LockView( sal_Bool b ) { bViewLocked = b; } |