webdavresultset.cxx (2f86921c) webdavresultset.cxx (59ddfc10)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33
34 *************************************************************************/
35#include "webdavresultset.hxx"
36#ifndef _WEBDAV_SESSION_HXX
37#include "DAVSession.hxx"
38#endif
39
40using namespace com::sun::star;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33
34 *************************************************************************/
35#include "webdavresultset.hxx"
36#ifndef _WEBDAV_SESSION_HXX
37#include "DAVSession.hxx"
38#endif
39
40using namespace com::sun::star;
41using namespace webdav_ucp;
41using namespace http_dav_ucp;
42
43//=========================================================================
44//=========================================================================
45//
46// DynamicResultSet Implementation.
47//
48//=========================================================================
49//=========================================================================

--- 42 unchanged lines hidden ---
42
43//=========================================================================
44//=========================================================================
45//
46// DynamicResultSet Implementation.
47//
48//=========================================================================
49//=========================================================================

--- 42 unchanged lines hidden ---