#i10000#: fix warning about ununsed parameter
This commit is contained in:
parent
c27c7653bd
commit
412cf23977
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: fltfnc.cxx,v $
|
||||
*
|
||||
* $Revision: 1.76 $
|
||||
* $Revision: 1.77 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2007-06-27 23:02:20 $
|
||||
* last change: $Author: hr $ $Date: 2007-06-29 13:51:43 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -531,7 +531,7 @@ sal_uInt32 SfxFilterMatcher::GuessFilter( SfxMedium& rMedium, const SfxFilter**
|
|||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
sal_uInt32 SfxFilterMatcher::GuessFilterControlDefaultUI( SfxMedium& rMedium, const SfxFilter** ppFilter, SfxFilterFlags nMust, SfxFilterFlags nDont, sal_Bool bDefUI ) const
|
||||
sal_uInt32 SfxFilterMatcher::GuessFilterControlDefaultUI( SfxMedium& rMedium, const SfxFilter** ppFilter, SfxFilterFlags nMust, SfxFilterFlags nDont, sal_Bool /*bDefUI*/ ) const
|
||||
{
|
||||
const SfxFilter* pOldFilter = *ppFilter;
|
||||
|
||||
|
|
Loading…
Reference in a new issue