summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basides2.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 12:22:10 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 12:22:10 +0000
commit58b63f54517fd996820e144130d974765df97aa4 (patch)
tree03869c45e89455dfa2bc407fe6a77a79197eec31 /basctl/source/basicide/basides2.cxx
parentf041252b82dba3bf20bf71ead96c388d43bdc8ea (diff)
INTEGRATION: CWS basemodelrefactoring (1.18.10); FILE MERGED
2007/03/25 00:58:36 mba 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED 2007/03/23 13:59:26 mba 1.18.10.1: #i75677#: SetPrinter must be callable from API
Diffstat (limited to 'basctl/source/basicide/basides2.cxx')
-rw-r--r--basctl/source/basicide/basides2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx
index d104a4df7c26..494e95e61564 100644
--- a/basctl/source/basicide/basides2.cxx
+++ b/basctl/source/basicide/basides2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basides2.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: obo $ $Date: 2007-03-15 15:53:39 $
+ * last change: $Author: obo $ $Date: 2007-07-17 13:22:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -151,7 +151,7 @@ SfxPrinter* __EXPORT BasicIDEShell::GetPrinter( BOOL bCreate )
return 0;
}
-USHORT __EXPORT BasicIDEShell::SetPrinter( SfxPrinter *pNewPrinter, USHORT nDiffFlags )
+USHORT __EXPORT BasicIDEShell::SetPrinter( SfxPrinter *pNewPrinter, USHORT nDiffFlags, bool )
{
(void)nDiffFlags;
BasicDocShell* pDocShell = (BasicDocShell*)GetViewFrame()->GetObjectShell();