INTEGRATION: CWS warnings01 (1.7.18); FILE MERGED
2005/12/15 16:36:42 ab 1.7.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro
This commit is contained in:
parent
5d5508967d
commit
28ff23a9bc
1 changed files with 5 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: contentcaps.cxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-09 12:18:36 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 00:38:38 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -65,6 +65,8 @@ using namespace chelp;
|
|||
// virtual
|
||||
Sequence< Property > Content::getProperties( const Reference< XCommandEnvironment > & xEnv )
|
||||
{
|
||||
(void)xEnv;
|
||||
|
||||
bool withMediaType = m_aURLParameter.isFile() || m_aURLParameter.isRoot();
|
||||
bool isModule = m_aURLParameter.isModule();
|
||||
bool isFile = m_aURLParameter.isFile();
|
||||
|
@ -183,6 +185,7 @@ Sequence< Property > Content::getProperties( const Reference< XCommandEnvironmen
|
|||
Sequence< CommandInfo > Content::getCommands(
|
||||
const Reference< XCommandEnvironment > & xEnv )
|
||||
{
|
||||
(void)xEnv;
|
||||
// osl::MutexGuard aGuard( m_aMutex );
|
||||
|
||||
//=================================================================
|
||||
|
|
Loading…
Reference in a new issue