diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 12:11:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 12:11:57 +0000 |
commit | 3b83d81515165b753d6435e3ee89361f070837de (patch) | |
tree | e99c41df15bac702472e8357f5eca781cb97be67 /sw/source/ui/uiview/srcview.cxx | |
parent | 4275e56627b4a2f46b79f484378d9334ca3281b0 (diff) |
INTEGRATION: CWS basemodelrefactoring (1.49.46); FILE MERGED
2007/05/29 18:34:14 mba 1.49.46.3: RESYNC: (1.50-1.51); FILE MERGED
2007/05/08 22:06:08 mba 1.49.46.2: RESYNC: (1.49-1.50); FILE MERGED
2007/03/23 13:46:02 mba 1.49.46.1: #i75677#: SetPrinter must be callable from API
Diffstat (limited to 'sw/source/ui/uiview/srcview.cxx')
-rw-r--r-- | sw/source/ui/uiview/srcview.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/srcview.cxx b/sw/source/ui/uiview/srcview.cxx index 2c5505c245..032d21d66f 100644 --- a/sw/source/ui/uiview/srcview.cxx +++ b/sw/source/ui/uiview/srcview.cxx @@ -4,9 +4,9 @@ * * $RCSfile: srcview.cxx,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 17:43:55 $ + * last change: $Author: obo $ $Date: 2007-07-17 13:11:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -839,7 +839,7 @@ USHORT SwSrcView::StartSearchAndReplace(const SvxSearchItem& rSearchItem, /*-----------------02.07.97 09:29------------------- --------------------------------------------------*/ -USHORT SwSrcView::SetPrinter(SfxPrinter* pNew, USHORT nDiffFlags ) +USHORT SwSrcView::SetPrinter(SfxPrinter* pNew, USHORT nDiffFlags, bool ) { SwDocShell* pDocSh = GetDocShell(); if ( (SFX_PRINTER_JOBSETUP | SFX_PRINTER_PRINTER) & nDiffFlags ) |