PropertyMap.hxx (6df1ea1f) | PropertyMap.hxx (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 --- 13 unchanged lines hidden (view full) --- 22 23 24#ifndef _WEBDAV_UCP_PROPERTYMAP_HXX 25#define _WEBDAV_UCP_PROPERTYMAP_HXX 26 27#include <hash_set> 28#include <com/sun/star/beans/Property.hpp> 29 | 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 --- 13 unchanged lines hidden (view full) --- 22 23 24#ifndef _WEBDAV_UCP_PROPERTYMAP_HXX 25#define _WEBDAV_UCP_PROPERTYMAP_HXX 26 27#include <hash_set> 28#include <com/sun/star/beans/Property.hpp> 29 |
30namespace webdav_ucp { | 30namespace http_dav_ucp { |
31 32//========================================================================= 33 34struct equalPropertyName 35{ 36 bool operator()( const ::com::sun::star::beans::Property & p1, 37 const ::com::sun::star::beans::Property & p2 ) const 38 { --- 23 unchanged lines hidden --- | 31 32//========================================================================= 33 34struct equalPropertyName 35{ 36 bool operator()( const ::com::sun::star::beans::Property & p1, 37 const ::com::sun::star::beans::Property & p2 ) const 38 { --- 23 unchanged lines hidden --- |