summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:48:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:48:14 +0000
commitad8ea78cf5382167d748c9e0f6b2514e254f52ef (patch)
treea3c8779b83a32324f10d5b4597bc5f84ac9abecf /rsc
parent6c0405991687129bac623f459cb5ca6fdb9b66df (diff)
INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED
2006/04/07 21:33:24 sb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/27 13:55:59 pl 1.5.8.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/res/rscrange.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/rsc/source/res/rscrange.cxx b/rsc/source/res/rscrange.cxx
index 5eeb713e0bc4..564d3961cd79 100644
--- a/rsc/source/res/rscrange.cxx
+++ b/rsc/source/res/rscrange.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rscrange.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-01-26 17:55:31 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:48:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -247,7 +247,7 @@ ERRTYPE RscRange::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
void RscRange::WriteRcAccess
(
FILE * fOutput,
- RscTypCont * pTC,
+ RscTypCont * /*pTC*/,
const char * pName
)
{
@@ -452,7 +452,7 @@ ERRTYPE RscLongRange::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
void RscLongRange::WriteRcAccess
(
FILE * fOutput,
- RscTypCont * pTC,
+ RscTypCont * /*pTC*/,
const char * pName
)
{
@@ -477,7 +477,7 @@ RscLongEnumRange::RscLongEnumRange( Atom nId, sal_uInt32 nTypeId )
|*
|* Beschreibung
*************************************************************************/
-ERRTYPE RscLongEnumRange::SetConst( const RSCINST & rInst, Atom nConst,
+ERRTYPE RscLongEnumRange::SetConst( const RSCINST & rInst, Atom /*nConst*/,
INT32 nValue )
{
return SetNumber( rInst, nValue );
@@ -704,7 +704,7 @@ ERRTYPE RscIdRange::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
void RscIdRange::WriteRcAccess
(
FILE * fOutput,
- RscTypCont * pTC,
+ RscTypCont * /*pTC*/,
const char * pName
)
{
@@ -790,7 +790,7 @@ void RscBool::WriteSrc( const RSCINST & rInst, FILE * fOutput,
void RscBool::WriteRcAccess
(
FILE * fOutput,
- RscTypCont * pTC,
+ RscTypCont * /*pTC*/,
const char * pName
)
{