diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2011-01-06 12:12:27 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2011-01-06 12:12:27 +0100 |
commit | f62183c87bf998efb02b7b02a89ae39846e4cca5 (patch) | |
tree | 00a97c2938e0bf63cb4a5e93bd22bc0d38ef2402 /starmath/source/view.cxx | |
parent | 13871cc725c830c55f6fe61ae7570b474a5ff390 (diff) | |
parent | a397923f4010c528d9295bcdf55c21bd1ef3d574 (diff) |
CWS-TOOLING: integrate CWS vcl117ooo/DEV300_m97
Diffstat (limited to 'starmath/source/view.cxx')
-rwxr-xr-x | starmath/source/view.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index bd58487f78..39d74f7b9d 100755 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -1156,7 +1156,7 @@ void SmViewShell::Impl_Print( rOutDev.Pop(); } -USHORT SmViewShell::Print(SfxProgress & /*rProgress*/, BOOL /*bIsAPI*/, PrintDialog * /*pPrintDialog*/) +USHORT SmViewShell::Print(SfxProgress & /*rProgress*/, BOOL /*bIsAPI*/) { RTL_LOGFILE_CONTEXT( aLog, "starmath: SmViewShell::Print" ); DBG_ASSERT( 0, "SmViewShell::Print: no longer used with new UI print dialog. Should be removed!!" ); |