diff options
author | David Tardon <dtardon@redhat.com> | 2010-10-06 09:34:39 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-10-06 09:34:39 +0200 |
commit | c57cf1ab4ad90cd359079f8c10fa98ca63650cea (patch) | |
tree | 27a8007a6a9cf16fa84904e3c6675cbe56ffd33e /ucb/source | |
parent | 0501bf2bf452be015521b87620d82c69ff968db2 (diff) |
remove more commented out #includes and related comments
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/ftp/ftpcontent.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/ftp/test.cxx | 28 | ||||
-rw-r--r-- | ucb/source/ucp/odma/odma_lib.cxx | 3 |
3 files changed, 0 insertions, 32 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx index 4659197b81b5..919f1eaf2add 100644 --- a/ucb/source/ucp/ftp/ftpcontent.cxx +++ b/ucb/source/ucp/ftp/ftpcontent.cxx @@ -77,7 +77,6 @@ #include <com/sun/star/ucb/MissingInputStreamException.hpp> #include <com/sun/star/ucb/UnsupportedNameClashException.hpp> #include <com/sun/star/ucb/NameClashException.hpp> -//#include <com/sun/star/ucb/NameClash.hpp> #include <com/sun/star/ucb/OpenMode.hpp> #include <com/sun/star/ucb/IOErrorCode.hpp> diff --git a/ucb/source/ucp/ftp/test.cxx b/ucb/source/ucp/ftp/test.cxx index 9bc6585400ba..d270421ee257 100644 --- a/ucb/source/ucp/ftp/test.cxx +++ b/ucb/source/ucp/ftp/test.cxx @@ -38,34 +38,6 @@ #include <stdio.h> #include <unistd.h> -// #include <osl/process.h> -// #include <osl/thread.hxx> - -// #include <ucbhelper/configurationkeys.hxx> -// #include <cppuhelper/bootstrap.hxx> -// #include <cppuhelper/servicefactory.hxx> -// #include <comphelper/processfactory.hxx> -// #include <comphelper/regpathhelper.hxx> -// #include <com/sun/star/lang/XComponent.hpp> -// #include <com/sun/star/lang/XMultiServiceFactory.hpp> -// #include <com/sun/star/ucb/XContentIdentifierFactory.hpp> -// #include <com/sun/star/ucb/XContent.hpp> -// #include <com/sun/star/ucb/XContentProvider.hpp> -// #include <com/sun/star/ucb/XCommandProcessor.hpp> -// #include <com/sun/star/ucb/OpenMode.hpp> -// #include <com/sun/star/ucb/Command.hpp> -// #include <com/sun/star/ucb/OpenCommandArgument2.hpp> -// #include <com/sun/star/io/XActiveDataSink.hpp> -// #include <com/sun/star/beans/Property.hpp> - - -// #include "debughelper.hxx" -// #include "test_activedatasink.hxx" -// #include "test_ftpurl.hxx" -// #include "test_multiservicefac.hxx" -// #include "ftpcontentprovider.hxx" -// #include "ftpcontentidentifier.hxx" - // using namespace test_ftp; // using namespace rtl; diff --git a/ucb/source/ucp/odma/odma_lib.cxx b/ucb/source/ucp/odma/odma_lib.cxx index 1f92a66a1cb3..ee418a68c4f4 100644 --- a/ucb/source/ucp/odma/odma_lib.cxx +++ b/ucb/source/ucp/odma/odma_lib.cxx @@ -27,9 +27,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_ucb.hxx" -//#ifndef _OSL_PROCESS_H_ -//#include <osl/process.h> -//#endif #include <osl/module.h> #include <rtl/ustring.hxx> #include <tools/prewin.h> |