summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 12:23:40 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 12:23:40 +0000
commitede141cec31d919ef70e5c6dbb3f1d0c5fb8adc4 (patch)
treeb34ed69a97eda83a08bc8af73aa0cc8499ca08d5 /starmath
parent63ba3e0127fd30e79f4bae95ac90d5612867e904 (diff)
INTEGRATION: CWS basemodelrefactoring (1.46.6); FILE MERGED
2007/05/08 23:39:42 mba 1.46.6.2: RESYNC: (1.46-1.47); FILE MERGED 2007/03/23 13:53:17 mba 1.46.6.1: #i75677#: SetPrinter must be callable from API
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index def9b1bccb5f..2713c1e21b0a 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: view.cxx,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: rt $ $Date: 2007-07-05 13:08:30 $
+ * last change: $Author: obo $ $Date: 2007-07-17 13:23:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1281,7 +1281,7 @@ SfxPrinter* SmViewShell::GetPrinter(BOOL bCreate)
}
-USHORT SmViewShell::SetPrinter(SfxPrinter *pNewPrinter, USHORT nDiffFlags)
+USHORT SmViewShell::SetPrinter(SfxPrinter *pNewPrinter, USHORT nDiffFlags, bool )
{
RTL_LOGFILE_CONTEXT( aLog, "starmath: SmViewShell::SetPrinter" );