diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-10 13:58:56 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-10 13:58:56 +0000 |
commit | abaeff2b9ba47c80fec827e1b0349e77593686b1 (patch) | |
tree | 4f041fff7765054b81a3208d2e30ae7d41b04a99 /sw/inc | |
parent | a948ed949db959d15381702a96d0ef35c676a2ba (diff) |
INTEGRATION: CWS fwk66 (1.55.28); FILE MERGED
2007/06/11 07:54:21 pb 1.55.28.1: fix: #i45491# SetDoNotJustifyLinesWithManualBreak() added
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/viewsh.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 32c57689ae1f..d666e41fddaf 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: viewsh.hxx,v $ * - * $Revision: 1.56 $ + * $Revision: 1.57 $ * - * last change: $Author: hr $ $Date: 2007-06-26 11:55:41 $ + * last change: $Author: ihi $ $Date: 2007-07-10 14:58:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -425,6 +425,10 @@ public: // --> FME #108724# void SetUseFormerTextWrapping( bool _bUseFormerTextWrapping ); + // -> PB 2007-06-11 #i45491# + void SetDoNotJustifyLinesWithManualBreak( bool _bDoNotJustifyLinesWithManualBreak ); + // <-- + // // DOCUMENT COMPATIBILITY FLAGS END // |