summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-08-15 14:43:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-08-15 16:55:23 +0200
commitda00f5e6249c1beef6e7c377398b33cc9af27d09 (patch)
tree4f4186711da8253f595b494181bb91f3cdf8755c /offapi/com
parent41c05c607cd52d327f51cd986d21aa0cdafa1ae1 (diff)
Adapt to LibreOffice the previous commit
..."i121935 - UCB: new 'addProperty' and 'removeProperty' commands." Change-Id: If0451c6d1b6471d27f5fb1551ccf0230e62dfb60
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/ucb/Content.idl4
-rw-r--r--offapi/com/sun/star/ucb/PropertyCommandArgument.idl5
2 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl
index 4b2f1437a2f5..0e41da8e6764 100644
--- a/offapi/com/sun/star/ucb/Content.idl
+++ b/offapi/com/sun/star/ucb/Content.idl
@@ -487,7 +487,7 @@ published service Content
<type scope="com::sun::star::lang">IllegalArgumentException</type>
if the Name of the property is empty.</p>
<blockquote>
- Note: This command replaces the deprecated interface method
+ Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method
<member scope="com::sun::star::beans">XPropertyContainer::addProperty</member>.
</blockquote>
</td>
@@ -502,7 +502,7 @@ published service Content
<type scope="com::sun::star::beans">NotRemoveableException</type>
if the property is not removable.</p>
<blockquote>
- Note: This command replaces the deprecated interface method
+ Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method
<member scope="com::sun::star::beans">XPropertyContainer::removeProperty</member>.
</blockquote>
</td>
diff --git a/offapi/com/sun/star/ucb/PropertyCommandArgument.idl b/offapi/com/sun/star/ucb/PropertyCommandArgument.idl
index f2130467925e..10ffaa04c1cf 100644
--- a/offapi/com/sun/star/ucb/PropertyCommandArgument.idl
+++ b/offapi/com/sun/star/ucb/PropertyCommandArgument.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -25,7 +26,7 @@ module com { module sun { module star { module ucb {
/** The argument for the "addProperty" command.
@see XCommandProcessor
- @since Apache OpenOffice 4.0
+ @since Apache OpenOffice 4.0, LibreOffice 4.2
*/
struct PropertyCommandArgument
{
@@ -41,3 +42,5 @@ struct PropertyCommandArgument
}; }; }; };
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */