summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker/bmpcore.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:07:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:07:02 +0000
commitdacd79fb06ac13b909cf1e8f232f212c7f1d3b46 (patch)
tree665d2c7bcd811cf0ff739430cfc66646dc7413f3 /svtools/bmpmaker/bmpcore.cxx
parent79584cc6b8b78a3561e75a535c7eea316d22ade7 (diff)
INTEGRATION: CWS warnings01 (1.16.62); FILE MERGED
2005/11/14 14:41:47 pl 1.16.62.2: #i55991# removed warnings 2005/10/25 12:44:26 pl 1.16.62.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'svtools/bmpmaker/bmpcore.cxx')
-rw-r--r--svtools/bmpmaker/bmpcore.cxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/svtools/bmpmaker/bmpcore.cxx b/svtools/bmpmaker/bmpcore.cxx
index da20bd561ae9..285b888a4bb9 100644
--- a/svtools/bmpmaker/bmpcore.cxx
+++ b/svtools/bmpmaker/bmpcore.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bmpcore.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:53:17 $
+ * last change: $Author: hr $ $Date: 2006-06-19 20:07:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,14 +77,13 @@ BmpCreator::~BmpCreator()
// -----------------------------------------------------------------------------
-void BmpCreator::Message( const String& rText, BYTE cExitCode )
+void BmpCreator::Message( const String&, BYTE )
{
}
// -----------------------------------------------------------------------
-void BmpCreator::ImplCreate( SvStream& rStm,
- const ::std::vector< DirEntry >& rInDirs,
+void BmpCreator::ImplCreate( const ::std::vector< DirEntry >& rInDirs,
const DirEntry& rOut,
const String& rName,
const LangInfo& rLang )
@@ -333,8 +332,6 @@ void BmpCreator::Create( const String& rSRSName,
const String& rOutName,
const LangInfo& rLang )
{
- const char* pFSysResources = getenv( "BMP_FSYS_RESOURCES" );
-
DirEntry aFileName( ImplGetSystemFileName( rSRSName ) ), aOutDir( ImplGetSystemFileName( rOutName ) );
::std::vector< DirEntry > aInDirs;
BOOL bDone = FALSE;
@@ -410,7 +407,7 @@ void BmpCreator::Create( const String& rSRSName,
if( aText.Len() )
{
bDone = TRUE;
- ImplCreate( *pSRS, aInDirs, aOutDir, aName, rLang );
+ ImplCreate( aInDirs, aOutDir, aName, rLang );
}
/* else if( ( rLang.mnLangNum != 49 ) && !bLangDep )
{