Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f9f70d95
Kaydet (Commit)
f9f70d95
authored
Şub 06, 2014
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
webdav: fix include paths
Change-Id: I323bef2e1c21e2a1981409d4295ccf555088e5ea
üst
ff3b9201
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
14 deletions
+13
-14
AprEnv.hxx
ucb/source/ucp/webdav/AprEnv.hxx
+1
-1
SerfCallbacks.hxx
ucb/source/ucp/webdav/SerfCallbacks.hxx
+1
-1
SerfCopyReqProcImpl.cxx
ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx
+1
-1
SerfDeleteReqProcImpl.cxx
ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx
+1
-1
SerfMkColReqProcImpl.cxx
ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx
+1
-1
SerfMoveReqProcImpl.cxx
ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx
+1
-1
SerfPostReqProcImpl.cxx
ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx
+1
-1
SerfPutReqProcImpl.cxx
ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx
+1
-1
SerfRequestProcessor.hxx
ucb/source/ucp/webdav/SerfRequestProcessor.hxx
+1
-1
SerfRequestProcessorImpl.hxx
ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx
+1
-1
SerfSession.cxx
ucb/source/ucp/webdav/SerfSession.cxx
+1
-2
SerfTypes.hxx
ucb/source/ucp/webdav/SerfTypes.hxx
+1
-1
SerfUri.hxx
ucb/source/ucp/webdav/SerfUri.hxx
+1
-1
No files found.
ucb/source/ucp/webdav/AprEnv.hxx
Dosyayı görüntüle @
f9f70d95
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#ifndef INCLUDED_APRENV_HXX
#ifndef INCLUDED_APRENV_HXX
#define INCLUDED_APRENV_HXX
#define INCLUDED_APRENV_HXX
#include <apr
/apr
_pools.h>
#include <apr_pools.h>
namespace
apr_environment
namespace
apr_environment
{
{
...
...
ucb/source/ucp/webdav/SerfCallbacks.hxx
Dosyayı görüntüle @
f9f70d95
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#ifndef INCLUDED_CALLBACKS_HXX
#ifndef INCLUDED_CALLBACKS_HXX
#define INCLUDED_CALLBACKS_HXX
#define INCLUDED_CALLBACKS_HXX
#include <serf
/serf
.h>
#include <serf.h>
extern
"C"
apr_status_t
Serf_ConnectSetup
(
apr_socket_t
*
skt
,
extern
"C"
apr_status_t
Serf_ConnectSetup
(
apr_socket_t
*
skt
,
serf_bucket_t
**
read_bkt
,
serf_bucket_t
**
read_bkt
,
...
...
ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx
Dosyayı görüntüle @
f9f70d95
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "SerfCopyReqProcImpl.hxx"
#include "SerfCopyReqProcImpl.hxx"
#include <serf
/serf
.h>
#include <serf.h>
namespace
http_dav_ucp
namespace
http_dav_ucp
{
{
...
...
ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx
Dosyayı görüntüle @
f9f70d95
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "SerfDeleteReqProcImpl.hxx"
#include "SerfDeleteReqProcImpl.hxx"
#include <serf
/serf
.h>
#include <serf.h>
namespace
http_dav_ucp
namespace
http_dav_ucp
{
{
...
...
ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx
Dosyayı görüntüle @
f9f70d95
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "SerfMkColReqProcImpl.hxx"
#include "SerfMkColReqProcImpl.hxx"
#include <serf
/serf
.h>
#include <serf.h>
namespace
http_dav_ucp
namespace
http_dav_ucp
{
{
...
...
ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx
Dosyayı görüntüle @
f9f70d95
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "SerfMoveReqProcImpl.hxx"
#include "SerfMoveReqProcImpl.hxx"
#include <serf
/serf
.h>
#include <serf.h>
namespace
http_dav_ucp
namespace
http_dav_ucp
{
{
...
...
ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx
Dosyayı görüntüle @
f9f70d95
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "SerfPostReqProcImpl.hxx"
#include "SerfPostReqProcImpl.hxx"
#include <serf
/serf
.h>
#include <serf.h>
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
;
...
...
ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx
Dosyayı görüntüle @
f9f70d95
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "SerfPutReqProcImpl.hxx"
#include "SerfPutReqProcImpl.hxx"
#include <serf
/serf
.h>
#include <serf.h>
namespace
http_dav_ucp
namespace
http_dav_ucp
{
{
...
...
ucb/source/ucp/webdav/SerfRequestProcessor.hxx
Dosyayı görüntüle @
f9f70d95
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <apr_errno.h>
#include <apr_errno.h>
#include <apr_pools.h>
#include <apr_pools.h>
#include <serf
/serf
.h>
#include <serf.h>
#include "DAVTypes.hxx"
#include "DAVTypes.hxx"
#include "DAVResource.hxx"
#include "DAVResource.hxx"
...
...
ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx
Dosyayı görüntüle @
f9f70d95
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SERFREQUESTPROCESSORIMPL_HXX
#ifndef INCLUDED_SERFREQUESTPROCESSORIMPL_HXX
#define INCLUDED_SERFREQUESTPROCESSORIMPL_HXX
#define INCLUDED_SERFREQUESTPROCESSORIMPL_HXX
#include <serf
/serf
.h>
#include <serf.h>
#include <sal/types.h>
#include <sal/types.h>
#include "DAVRequestEnvironment.hxx"
#include "DAVRequestEnvironment.hxx"
...
...
ucb/source/ucp/webdav/SerfSession.cxx
Dosyayı görüntüle @
f9f70d95
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include <hash_map>
#include <vector>
#include <vector>
#include <string.h>
#include <string.h>
#include <rtl/string.h>
#include <rtl/string.h>
...
@@ -26,7 +25,7 @@
...
@@ -26,7 +25,7 @@
#include "ucbhelper/simplecertificatevalidationrequest.hxx"
#include "ucbhelper/simplecertificatevalidationrequest.hxx"
#include "AprEnv.hxx"
#include "AprEnv.hxx"
#include <apr
/apr
_strings.h>
#include <apr_strings.h>
#include "DAVAuthListener.hxx"
#include "DAVAuthListener.hxx"
#include "SerfTypes.hxx"
#include "SerfTypes.hxx"
...
...
ucb/source/ucp/webdav/SerfTypes.hxx
Dosyayı görüntüle @
f9f70d95
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#ifndef INCLUDED_SERFTYPES_HXX
#ifndef INCLUDED_SERFTYPES_HXX
#define INCLUDED_SERFTYPES_HXX
#define INCLUDED_SERFTYPES_HXX
#include <serf
/serf
.h>
#include <serf.h>
typedef
serf_connection_t
SerfConnection
;
typedef
serf_connection_t
SerfConnection
;
...
...
ucb/source/ucp/webdav/SerfUri.hxx
Dosyayı görüntüle @
f9f70d95
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#ifndef INCLUDED_SERFURI_HXX
#ifndef INCLUDED_SERFURI_HXX
#define INCLUDED_SERFURI_HXX
#define INCLUDED_SERFURI_HXX
#include <apr
-util/apr
_uri.h>
#include <apr_uri.h>
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include "DAVException.hxx"
#include "DAVException.hxx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment