summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:04:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:04:12 +0000
commit92c78b7b063a0c930c6039f5d38e14df8dacb2fa (patch)
treedd5f8fdf137639234e9c88c1e67030fb51e69c5e
parente8c5f89fc563cf49d9c38cb42d670918eeabaad2 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2005/10/12 12:42:12 np 1.3.4.1: #i53898#
-rw-r--r--xml2cmp/source/finder/dependy.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml2cmp/source/finder/dependy.cxx b/xml2cmp/source/finder/dependy.cxx
index 10b1a3bcbdf6..970fa0d9b824 100644
--- a/xml2cmp/source/finder/dependy.cxx
+++ b/xml2cmp/source/finder/dependy.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dependy.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 11:52:33 $
+ * last change: $Author: hr $ $Date: 2006-06-19 20:04:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -111,7 +111,7 @@ DependencyFinder::FindNeededServices( StringVector & o_rLibraries,
aResult_Libraries.erase( aResult_Libraries.begin(), aResult_Libraries.end() );
aResult_Services.erase( aResult_Services.begin(), aResult_Services.end() );
- const ServiceInfo & rSInfo = (*itService).second->FirstImplementation();
+// const ServiceInfo & rSInfo = (*itService).second->FirstImplementation();
Add2Result( *(*itService).second );
for ( std::set< Simstr >::const_iterator il = aResult_Libraries.begin();