From 3c18e25efdbbc13be3a0c6ed354d5e7a46feb451 Mon Sep 17 00:00:00 2001 From: Ariel Constenla-Haile Date: Sun, 24 Mar 2013 12:21:20 +0000 Subject: Header clean-up (cherry picked from commit 9e6159be30751d0ff3af6086de0114cb769873ee) Change-Id: I1bd046e1aca89d3dd35780338737ca4a6f207bca --- ucb/source/ucp/webdav/AprEnv.cxx | 2 +- ucb/source/ucp/webdav/DAVRequestEnvironment.hxx | 2 +- ucb/source/ucp/webdav/DAVResource.hxx | 4 ++-- ucb/source/ucp/webdav/DAVResourceAccess.cxx | 10 +++++----- ucb/source/ucp/webdav/SerfCallbacks.cxx | 6 +++--- ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx | 2 +- ucb/source/ucp/webdav/SerfCopyReqProcImpl.hxx | 2 +- ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx | 2 +- ucb/source/ucp/webdav/SerfDeleteReqProcImpl.hxx | 2 +- ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx | 2 +- ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx | 6 +++--- ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx | 2 +- ucb/source/ucp/webdav/SerfHeadReqProcImpl.hxx | 6 +++--- ucb/source/ucp/webdav/SerfLockStore.cxx | 6 +++--- ucb/source/ucp/webdav/SerfLockStore.hxx | 4 ++-- ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx | 2 +- ucb/source/ucp/webdav/SerfMkColReqProcImpl.hxx | 2 +- ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx | 2 +- ucb/source/ucp/webdav/SerfMoveReqProcImpl.hxx | 2 +- ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx | 2 +- ucb/source/ucp/webdav/SerfPostReqProcImpl.hxx | 4 ++-- ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx | 8 ++++---- ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx | 4 ++-- ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx | 8 ++++---- ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.hxx | 4 ++-- ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx | 2 +- ucb/source/ucp/webdav/SerfPutReqProcImpl.hxx | 2 +- ucb/source/ucp/webdav/SerfRequestProcessor.cxx | 10 +++++----- ucb/source/ucp/webdav/SerfRequestProcessor.hxx | 8 ++++---- ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx | 2 +- ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx | 2 +- .../ucp/webdav/SerfRequestProcessorImplFac.cxx | 22 +++++++++++----------- .../ucp/webdav/SerfRequestProcessorImplFac.hxx | 4 ++-- ucb/source/ucp/webdav/SerfSession.cxx | 16 ++++++++-------- ucb/source/ucp/webdav/SerfSession.hxx | 6 +++--- ucb/source/ucp/webdav/SerfUri.cxx | 2 +- ucb/source/ucp/webdav/SerfUri.hxx | 2 +- ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx | 2 +- ucb/source/ucp/webdav/webdavcontent.cxx | 8 ++++---- ucb/source/ucp/webdav/webdavprovider.cxx | 2 +- ucb/source/ucp/webdav/webdavresponseparser.cxx | 2 +- ucb/source/ucp/webdav/webdavresponseparser.hxx | 2 +- 42 files changed, 95 insertions(+), 95 deletions(-) (limited to 'ucb/source/ucp/webdav') diff --git a/ucb/source/ucp/webdav/AprEnv.cxx b/ucb/source/ucp/webdav/AprEnv.cxx index 6c52b1affacf..327b7dd82ad1 100644 --- a/ucb/source/ucp/webdav/AprEnv.cxx +++ b/ucb/source/ucp/webdav/AprEnv.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "AprEnv.hxx" namespace apr_environment { diff --git a/ucb/source/ucp/webdav/DAVRequestEnvironment.hxx b/ucb/source/ucp/webdav/DAVRequestEnvironment.hxx index ea63b9efe514..db2a8530f72c 100644 --- a/ucb/source/ucp/webdav/DAVRequestEnvironment.hxx +++ b/ucb/source/ucp/webdav/DAVRequestEnvironment.hxx @@ -23,7 +23,7 @@ #include #include -#include +#include "DAVAuthListener.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/DAVResource.hxx b/ucb/source/ucp/webdav/DAVResource.hxx index 9e43a135973c..e0986b506b7f 100644 --- a/ucb/source/ucp/webdav/DAVResource.hxx +++ b/ucb/source/ucp/webdav/DAVResource.hxx @@ -24,8 +24,8 @@ #include -#include "rtl/ustring.hxx" -#include "com/sun/star/uno/Any.hxx" +#include +#include namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/DAVResourceAccess.cxx b/ucb/source/ucp/webdav/DAVResourceAccess.cxx index 5ce2db603050..531d6d1ce422 100644 --- a/ucb/source/ucp/webdav/DAVResourceAccess.cxx +++ b/ucb/source/ucp/webdav/DAVResourceAccess.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/diagnose.h" +#include -#include "com/sun/star/task/XInteractionAbort.hpp" -#include "com/sun/star/ucb/XWebDAVCommandEnvironment.hpp" +#include +#include -#include "ucbhelper/simpleauthenticationrequest.hxx" -#include "comphelper/seekableinput.hxx" +#include +#include #include "DAVAuthListenerImpl.hxx" #include "DAVResourceAccess.hxx" diff --git a/ucb/source/ucp/webdav/SerfCallbacks.cxx b/ucb/source/ucp/webdav/SerfCallbacks.cxx index 25539cea77eb..c0aa58bf0e32 100644 --- a/ucb/source/ucp/webdav/SerfCallbacks.cxx +++ b/ucb/source/ucp/webdav/SerfCallbacks.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "SerfCallbacks.hxx" -#include -#include +#include "SerfSession.hxx" +#include "SerfRequestProcessor.hxx" using namespace http_dav_ucp; diff --git a/ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx index 5e730c061b73..1bc20985f40f 100644 --- a/ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "SerfCopyReqProcImpl.hxx" #include diff --git a/ucb/source/ucp/webdav/SerfCopyReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfCopyReqProcImpl.hxx index 75631bb03519..49ecb42571b6 100644 --- a/ucb/source/ucp/webdav/SerfCopyReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfCopyReqProcImpl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SERFCOPYREQPROCIMPL_HXX #define INCLUDED_SERFCOPYREQPROCIMPL_HXX -#include +#include "SerfRequestProcessorImpl.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx index 0a0ca3551ea7..928740879b8c 100644 --- a/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "SerfDeleteReqProcImpl.hxx" #include diff --git a/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.hxx index 1cf2ec15ded8..203a67796f9a 100644 --- a/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SERFDELETEREQPROCIMPL_HXX #define INCLUDED_SERFDELETEREQPROCIMPL_HXX -#include +#include "SerfRequestProcessorImpl.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx index 3632853c542f..03c686fd725d 100644 --- a/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "SerfGetReqProcImpl.hxx" using namespace com::sun::star; diff --git a/ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx index dd02be1639c4..868d0067d96b 100644 --- a/ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfGetReqProcImpl.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_SERFGETREQPROCIMPL_HXX #define INCLUDED_SERFGETREQPROCIMPL_HXX -#include +#include "SerfRequestProcessorImpl.hxx" #include #include -#include +#include "DAVResource.hxx" -#include +#include "SerfInputStream.hxx" #include namespace http_dav_ucp diff --git a/ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx index e48a1a0b04e2..248a5c5d797f 100644 --- a/ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "SerfHeadReqProcImpl.hxx" using namespace com::sun::star; diff --git a/ucb/source/ucp/webdav/SerfHeadReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfHeadReqProcImpl.hxx index 404175617631..4902da15f3e4 100644 --- a/ucb/source/ucp/webdav/SerfHeadReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfHeadReqProcImpl.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_SERFHEADREQPROCIMPL_HXX #define INCLUDED_SERFHEADREQPROCIMPL_HXX -#include +#include "SerfRequestProcessorImpl.hxx" #include #include -#include +#include "DAVResource.hxx" -#include +#include "SerfInputStream.hxx" #include namespace http_dav_ucp diff --git a/ucb/source/ucp/webdav/SerfLockStore.cxx b/ucb/source/ucp/webdav/SerfLockStore.cxx index 27ed897bb8f8..80dcd60ca0cd 100644 --- a/ucb/source/ucp/webdav/SerfLockStore.cxx +++ b/ucb/source/ucp/webdav/SerfLockStore.cxx @@ -19,9 +19,9 @@ #include #include -#include "rtl/ustring.hxx" -#include "osl/time.h" -#include "osl/thread.hxx" +#include +#include +#include #include "SerfSession.hxx" #include "SerfLockStore.hxx" diff --git a/ucb/source/ucp/webdav/SerfLockStore.hxx b/ucb/source/ucp/webdav/SerfLockStore.hxx index ac3e951a79f6..4fff5f6a3cd1 100644 --- a/ucb/source/ucp/webdav/SerfLockStore.hxx +++ b/ucb/source/ucp/webdav/SerfLockStore.hxx @@ -22,8 +22,8 @@ #define INCLUDED_SERFLOCKSTORE_HXX #include -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" +#include +#include #include "SerfTypes.hxx" namespace http_dav_ucp diff --git a/ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx index 0d5a4928e9ba..07c67253ee0b 100644 --- a/ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "SerfMkColReqProcImpl.hxx" #include diff --git a/ucb/source/ucp/webdav/SerfMkColReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfMkColReqProcImpl.hxx index 3e1ded50bca4..3f7c75e3e1d7 100644 --- a/ucb/source/ucp/webdav/SerfMkColReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfMkColReqProcImpl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SERFMKCOLREQPROCIMPL_HXX #define INCLUDED_SERFMKCOLREQPROCIMPL_HXX -#include +#include "SerfRequestProcessorImpl.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx index 89d6df1046a3..b0cb2ccf8918 100644 --- a/ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "SerfMoveReqProcImpl.hxx" #include diff --git a/ucb/source/ucp/webdav/SerfMoveReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfMoveReqProcImpl.hxx index 0ed5d2d85d1e..e7156db5bf84 100644 --- a/ucb/source/ucp/webdav/SerfMoveReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfMoveReqProcImpl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SERFMOVEREQPROCIMPL_HXX #define INCLUDED_SERFMOVEREQPROCIMPL_HXX -#include +#include "SerfRequestProcessorImpl.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx index 50accc4252f0..86e2f3636401 100644 --- a/ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "SerfPostReqProcImpl.hxx" #include diff --git a/ucb/source/ucp/webdav/SerfPostReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfPostReqProcImpl.hxx index 9cb6af313088..9ad9beb2aea6 100644 --- a/ucb/source/ucp/webdav/SerfPostReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfPostReqProcImpl.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SERFPOSTREQPROCIMPL_HXX #define INCLUDED_SERFPOSTREQPROCIMPL_HXX -#include +#include "SerfRequestProcessorImpl.hxx" -#include +#include "SerfInputStream.hxx" #include namespace http_dav_ucp diff --git a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx index 5fb7680fc55b..ef02e68fcc27 100644 --- a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include -#include +#include "SerfPropFindReqProcImpl.hxx" +#include "SerfTypes.hxx" +#include "DAVProperties.hxx" -#include +#include "webdavresponseparser.hxx" #include using namespace com::sun::star; diff --git a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx index 35503ba0f812..7f7bd9d9b237 100644 --- a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_SERFPROPFINDREQPROCIMPL_HXX #define INCLUDED_SERFPROPFINDREQPROCIMPL_HXX -#include +#include "SerfRequestProcessorImpl.hxx" #include #include #include "DAVTypes.hxx" #include "DAVResource.hxx" -#include +#include "SerfInputStream.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx index 9b2583a53f6f..d504a6658a3d 100644 --- a/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx @@ -18,11 +18,11 @@ */ #include -#include -#include +#include "DAVProperties.hxx" +#include "UCBDeadPropertyValue.hxx" -#include -#include +#include "SerfPropPatchReqProcImpl.hxx" +#include "SerfTypes.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.hxx index c2ee2d1dac5c..1b9693c57a82 100644 --- a/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_SERFPROPPATCHREQPROCIMPL_HXX #define INCLUDED_SERFPROPPATCHREQPROCIMPL_HXX -#include +#include "SerfRequestProcessorImpl.hxx" #include -#include +#include "DAVTypes.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx index 2b83dcf21147..644031835d48 100644 --- a/ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx @@ -19,7 +19,7 @@ #include -#include +#include "SerfPutReqProcImpl.hxx" #include diff --git a/ucb/source/ucp/webdav/SerfPutReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfPutReqProcImpl.hxx index 64474d727358..a0bcccdf22bb 100644 --- a/ucb/source/ucp/webdav/SerfPutReqProcImpl.hxx +++ b/ucb/source/ucp/webdav/SerfPutReqProcImpl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SERFPUTREQPROCIMPL_HXX #define INCLUDED_SERFPUTREQPROCIMPL_HXX -#include +#include "SerfRequestProcessorImpl.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfRequestProcessor.cxx b/ucb/source/ucp/webdav/SerfRequestProcessor.cxx index db4c5ac4ec3c..dbf1ec1a6554 100644 --- a/ucb/source/ucp/webdav/SerfRequestProcessor.cxx +++ b/ucb/source/ucp/webdav/SerfRequestProcessor.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include -#include -#include -#include +#include "SerfRequestProcessor.hxx" +#include "SerfRequestProcessorImpl.hxx" +#include "SerfRequestProcessorImplFac.hxx" +#include "SerfCallbacks.hxx" +#include "SerfSession.hxx" #include diff --git a/ucb/source/ucp/webdav/SerfRequestProcessor.hxx b/ucb/source/ucp/webdav/SerfRequestProcessor.hxx index 734cd07bb601..9addb342adcf 100644 --- a/ucb/source/ucp/webdav/SerfRequestProcessor.hxx +++ b/ucb/source/ucp/webdav/SerfRequestProcessor.hxx @@ -26,11 +26,11 @@ #include -#include -#include -#include +#include "DAVTypes.hxx" +#include "DAVResource.hxx" +#include "DAVException.hxx" -#include +#include "SerfInputStream.hxx" #include namespace http_dav_ucp diff --git a/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx b/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx index 7637684f3425..f5023b8ba751 100644 --- a/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx +++ b/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "SerfRequestProcessorImpl.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx b/ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx index 2d0eb1bc71d0..cea80bd7758f 100644 --- a/ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx +++ b/ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx @@ -23,7 +23,7 @@ #include #include -#include +#include "DAVRequestEnvironment.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.cxx b/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.cxx index 3abf5a7ec37b..cbd45a197732 100644 --- a/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.cxx +++ b/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include "SerfRequestProcessorImplFac.hxx" +#include "SerfPropFindReqProcImpl.hxx" +#include "SerfPropPatchReqProcImpl.hxx" +#include "SerfGetReqProcImpl.hxx" +#include "SerfHeadReqProcImpl.hxx" +#include "SerfPutReqProcImpl.hxx" +#include "SerfPostReqProcImpl.hxx" +#include "SerfDeleteReqProcImpl.hxx" +#include "SerfMkColReqProcImpl.hxx" +#include "SerfCopyReqProcImpl.hxx" +#include "SerfMoveReqProcImpl.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.hxx b/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.hxx index 083287ed7c13..f31d96a170d4 100644 --- a/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.hxx +++ b/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.hxx @@ -25,8 +25,8 @@ #include "DAVTypes.hxx" #include "DAVResource.hxx" -#include -#include +#include "SerfRequestProcessorImpl.hxx" +#include "SerfInputStream.hxx" #include namespace http_dav_ucp diff --git a/ucb/source/ucp/webdav/SerfSession.cxx b/ucb/source/ucp/webdav/SerfSession.cxx index 33c54281fb10..ffef27d93dc4 100644 --- a/ucb/source/ucp/webdav/SerfSession.cxx +++ b/ucb/source/ucp/webdav/SerfSession.cxx @@ -25,17 +25,17 @@ #include "comphelper/sequence.hxx" #include "ucbhelper/simplecertificatevalidationrequest.hxx" -#include +#include "AprEnv.hxx" #include #include "DAVAuthListener.hxx" -#include -#include -#include -#include -#include -#include -#include +#include "SerfTypes.hxx" +#include "SerfSession.hxx" +#include "SerfUri.hxx" +#include "SerfRequestProcessor.hxx" +#include "SerfCallbacks.hxx" +#include "SerfInputStream.hxx" +#include "UCBDeadPropertyValue.hxx" #include #include diff --git a/ucb/source/ucp/webdav/SerfSession.hxx b/ucb/source/ucp/webdav/SerfSession.hxx index 585a28a2064f..aa75d4507b4d 100644 --- a/ucb/source/ucp/webdav/SerfSession.hxx +++ b/ucb/source/ucp/webdav/SerfSession.hxx @@ -25,10 +25,10 @@ #include #include #include -#include -#include +#include "DAVSession.hxx" +#include "SerfTypes.hxx" //#include "SerfLockStore.hxx" -#include +#include "SerfUri.hxx" #include namespace ucbhelper { class ProxyDecider; } diff --git a/ucb/source/ucp/webdav/SerfUri.cxx b/ucb/source/ucp/webdav/SerfUri.cxx index a82418c0f175..66aec6d7edc0 100644 --- a/ucb/source/ucp/webdav/SerfUri.cxx +++ b/ucb/source/ucp/webdav/SerfUri.cxx @@ -23,7 +23,7 @@ #include #include "SerfUri.hxx" #include "DAVException.hxx" -#include +#include "AprEnv.hxx" #include "../inc/urihelper.hxx" diff --git a/ucb/source/ucp/webdav/SerfUri.hxx b/ucb/source/ucp/webdav/SerfUri.hxx index 15b0a6be60fb..eb192b53100c 100644 --- a/ucb/source/ucp/webdav/SerfUri.hxx +++ b/ucb/source/ucp/webdav/SerfUri.hxx @@ -23,7 +23,7 @@ #include #include -#include +#include "DAVException.hxx" namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx index 3a953d2e55ef..82096f248fff 100644 --- a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx +++ b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx @@ -23,7 +23,7 @@ #include "UCBDeadPropertyValue.hxx" using namespace http_dav_ucp; -using namespace com::sun::star; +using namespace ::com::sun::star; ////////////////////////////////////////////////////////////////////////// diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx index 6410dd376423..8bc4d690ef73 100644 --- a/ucb/source/ucp/webdav/webdavcontent.cxx +++ b/ucb/source/ucp/webdav/webdavcontent.cxx @@ -18,7 +18,7 @@ */ #include -#include "osl/doublecheckedlocking.h" +#include #include #include #include @@ -41,9 +41,9 @@ #include #include #include -#include "com/sun/star/ucb/InteractiveLockingLockedException.hpp" -#include "com/sun/star/ucb/InteractiveLockingLockExpiredException.hpp" -#include "com/sun/star/ucb/InteractiveLockingNotLockedException.hpp" +#include +#include +#include #include #include #include diff --git a/ucb/source/ucp/webdav/webdavprovider.cxx b/ucb/source/ucp/webdav/webdavprovider.cxx index 0d4d0916bd9d..ad93bf9924f0 100644 --- a/ucb/source/ucp/webdav/webdavprovider.cxx +++ b/ucb/source/ucp/webdav/webdavprovider.cxx @@ -21,7 +21,7 @@ #include "webdavprovider.hxx" #include "webdavcontent.hxx" -#include "osl/mutex.hxx" +#include using namespace com::sun::star; using namespace http_dav_ucp; diff --git a/ucb/source/ucp/webdav/webdavresponseparser.cxx b/ucb/source/ucp/webdav/webdavresponseparser.cxx index f61efc81e220..2da021fb880d 100644 --- a/ucb/source/ucp/webdav/webdavresponseparser.cxx +++ b/ucb/source/ucp/webdav/webdavresponseparser.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "webdavresponseparser.hxx" #include #include #include diff --git a/ucb/source/ucp/webdav/webdavresponseparser.hxx b/ucb/source/ucp/webdav/webdavresponseparser.hxx index d59cb2ad7a53..f385895a06b7 100644 --- a/ucb/source/ucp/webdav/webdavresponseparser.hxx +++ b/ucb/source/ucp/webdav/webdavresponseparser.hxx @@ -22,7 +22,7 @@ #include #include -#include +#include "DAVResource.hxx" #include ////////////////////////////////////////////////////////////////////////////// -- cgit