diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 12:22:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 12:22:25 +0000 |
commit | ee4eb67e27e7891694b43228c1e8de095a07a58c (patch) | |
tree | caae98c4bf9701fe742224553ffe0a4cdd85f540 /basctl | |
parent | 58b63f54517fd996820e144130d974765df97aa4 (diff) |
INTEGRATION: CWS basemodelrefactoring (1.2.6); FILE MERGED
2007/05/29 20:42:30 mba 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED
2007/03/25 09:42:42 mba 1.2.6.1: #i75677#: make SetPrinter callable from API
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/basidesh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx index d7f2cf63e162..c76c29c966c3 100644 --- a/basctl/source/inc/basidesh.hxx +++ b/basctl/source/inc/basidesh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: basidesh.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2007-06-26 16:53:07 $ + * last change: $Author: obo $ $Date: 2007-07-17 13:22:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -194,7 +194,7 @@ public: virtual USHORT Print( SfxProgress &rProgress, BOOL bIsAPI, PrintDialog *pPrintDialog = 0 ); virtual SfxPrinter* GetPrinter( BOOL bCreate ); - virtual USHORT SetPrinter( SfxPrinter *pNewPrinter, USHORT nDiffFlags = SFX_PRINTER_ALL ); + virtual USHORT SetPrinter( SfxPrinter *pNewPrinter, USHORT nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=false ); virtual String GetSelectionText( BOOL bCompleteWords ); virtual BOOL HasSelection( BOOL bText ) const; |