From 3ccbb433d00d63704255034cf3df6f3fdaeb563c Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 20:21:23 +0000
Subject: INTEGRATION: CWS warnings01 (1.9.62); FILE MERGED 2005/11/15 19:25:41
pl 1.9.62.2: #i55991# removed warnings 2005/10/26 12:40:31 pl 1.9.62.1:
#i55991# removed warnings for linux platform
---
svtools/source/misc/templatefoldercache.cxx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to 'svtools')
diff --git a/svtools/source/misc/templatefoldercache.cxx b/svtools/source/misc/templatefoldercache.cxx
index 29020211427e..143e886683bf 100644
--- a/svtools/source/misc/templatefoldercache.cxx
+++ b/svtools/source/misc/templatefoldercache.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: templatefoldercache.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:23:10 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:21:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -677,7 +677,6 @@ namespace svt
}
catch( ::com::sun::star::uno::Exception& e )
{
- e; // make compiler happy
}
// collect the infos about the sub contents
@@ -858,7 +857,7 @@ namespace svt
}
//---------------------------------------------------------------------
- void TemplateFolderCacheImpl::initTemplDirs( ::std::vector< String >& _rRootDirs )
+ void TemplateFolderCacheImpl::initTemplDirs( ::std::vector< String >& )
{
}
--
cgit