From a2b6e1b2f6ae880d39efe10954833da2caa46610 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 16 Jan 2007 15:29:35 +0000 Subject: INTEGRATION: CWS ab33 (1.16.42); FILE MERGED 2007/01/10 16:34:45 ab 1.16.42.1: #i69280# Removed warnings --- basctl/source/basicide/basides2.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'basctl/source/basicide/basides2.cxx') diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx index 0b64cddf5dd2..e082dbe2613e 100644 --- a/basctl/source/basicide/basides2.cxx +++ b/basctl/source/basicide/basides2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basides2.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:25:55 $ + * last change: $Author: vg $ $Date: 2007-01-16 16:29:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -152,6 +152,7 @@ SfxPrinter* __EXPORT BasicIDEShell::GetPrinter( BOOL bCreate ) USHORT __EXPORT BasicIDEShell::SetPrinter( SfxPrinter *pNewPrinter, USHORT nDiffFlags ) { + (void)nDiffFlags; BasicDocShell* pDocShell = (BasicDocShell*)GetViewFrame()->GetObjectShell(); DBG_ASSERT( pDocShell, "DocShell ?!" ); pDocShell->SetPrinter( pNewPrinter ); -- cgit