diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-09-08 14:13:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-09-08 14:13:58 +0000 |
commit | 7976273c0ab5a7218f6197b3418af7c491f55d74 (patch) | |
tree | 7ef1f8ebac07eb419bb6ac1092f75c45e93e1162 /sw/inc | |
parent | aa91dc0ccbe53ffcec9dbfec2265de057775d4e3 (diff) |
CWS-TOOLING: integrate CWS os134
2009-09-02 08:03:24 +0200 os r275688 : newline added
2009-09-01 15:36:05 +0200 os r275664 : newline added
2009-09-01 09:24:34 +0200 os r275643 : #i104499# ruby property support fixed
2009-08-27 08:51:05 +0200 os r275455 : CWS-TOOLING: rebase CWS os134 to trunk@275331 (milestone: DEV300:m56)
2009-08-25 08:54:46 +0200 os r275334 : #i76332# switch to edit mode - regard 'Open in design mode' setting
2009-08-05 14:00:01 +0200 os r274664 : #b6863593#/#i102949# print options ProspectRTL, HiddenText, Placedholder added to SwXPrintSettings
2009-08-05 13:17:21 +0200 os r274655 : #b6858652# find linked sections/bookmarks case sensitively first
2009-07-30 11:14:03 +0200 os r274472 : #i99860# button size on security page enhanced
2009-07-30 10:40:40 +0200 os r274471 : #i97565# moving global document content needs undo, related string has no parameter
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/printdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/printdata.hxx b/sw/inc/printdata.hxx index 1a6547ab540e..03a79281932c 100644 --- a/sw/inc/printdata.hxx +++ b/sw/inc/printdata.hxx @@ -133,6 +133,7 @@ struct SwPrintData void SetPrintEmptyPages(sal_Bool b ) { doSetModified(); bPrintEmptyPages = b;} void SetPrintPostIts ( sal_Int16 n){ doSetModified(); nPrintPostIts = n; } void SetPrintProspect ( sal_Bool b ) { doSetModified(); bPrintProspect = b; } + void SetPrintProspect_RTL ( sal_Bool b ) { doSetModified(); bPrintProspect_RTL = b; } void SetPrintPageBackground(sal_Bool b){ doSetModified(); bPrintPageBackground = b;} void SetPrintBlackFont(sal_Bool b){ doSetModified(); bPrintBlackFont = b;} void SetPrintSingleJobs(sal_Bool b){ doSetModified(); bPrintSingleJobs = b;} @@ -143,4 +144,3 @@ struct SwPrintData }; #endif //_SW_PRINTDATA_HXX - |