UCBDeadPropertyValue.hxx (6df1ea1f) | UCBDeadPropertyValue.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 _UCBDEADPROPERTYVALUE_HXX_ 25#define _UCBDEADPROPERTYVALUE_HXX_ 26 27#include <rtl/string.hxx> 28#include <com/sun/star/uno/Any.hxx> 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 _UCBDEADPROPERTYVALUE_HXX_ 25#define _UCBDEADPROPERTYVALUE_HXX_ 26 27#include <rtl/string.hxx> 28#include <com/sun/star/uno/Any.hxx> 29 |
30namespace webdav_ucp | 30namespace http_dav_ucp |
31{ 32 33class UCBDeadPropertyValue 34{ 35private: 36 static const rtl::OUString aTypeString; 37 static const rtl::OUString aTypeLong; 38 static const rtl::OUString aTypeShort; --- 23 unchanged lines hidden --- | 31{ 32 33class UCBDeadPropertyValue 34{ 35private: 36 static const rtl::OUString aTypeString; 37 static const rtl::OUString aTypeLong; 38 static const rtl::OUString aTypeShort; --- 23 unchanged lines hidden --- |