diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:29:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:29:35 +0000 |
commit | a2b6e1b2f6ae880d39efe10954833da2caa46610 (patch) | |
tree | 5b85ac8022d13d3732043d86d04f6fb2ba26b566 /basctl/source/basicide/basides2.cxx | |
parent | dc84116f24dbbec3d32b3a05137e3ac1293097de (diff) |
INTEGRATION: CWS ab33 (1.16.42); FILE MERGED
2007/01/10 16:34:45 ab 1.16.42.1: #i69280# Removed warnings
Diffstat (limited to 'basctl/source/basicide/basides2.cxx')
-rw-r--r-- | basctl/source/basicide/basides2.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 ); |