diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:21:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:21:23 +0000 |
commit | 3ccbb433d00d63704255034cf3df6f3fdaeb563c (patch) | |
tree | 711904317142748f446b5ddc4ff11150ffea8fcf /svtools | |
parent | 5f159e979fe97ceeef249c8f03a15f1938849235 (diff) |
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
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/templatefoldercache.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
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 >& ) { } |