summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-01-17 11:41:14 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-01-17 12:12:19 +0100
commit2fe402cefb5d06bc33b4e0794b7da0b62be68432 (patch)
tree5c63aaaa245a94a44390763c327d9a1a363a8397 /offapi
parent1c7a5c1fd7d2aa65d7daea25bd2375a04c8a43d0 (diff)
Switch flag sequence of OpenCommandArg3 to NamedValue.
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ucb/OpenCommandArgument3.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/OpenCommandArgument3.idl b/offapi/com/sun/star/ucb/OpenCommandArgument3.idl
index 0c6925adcce8..39554a6b33a3 100644
--- a/offapi/com/sun/star/ucb/OpenCommandArgument3.idl
+++ b/offapi/com/sun/star/ucb/OpenCommandArgument3.idl
@@ -29,7 +29,7 @@
#define __com_sun_star_ucb_OpenCommandArgument3_idl__
#include <com/sun/star/ucb/OpenCommandArgument2.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
+#include <com/sun/star/beans/NamedValue.idl>
module com { module sun { module star { module ucb {
@@ -46,7 +46,7 @@ published struct OpenCommandArgument3 : OpenCommandArgument2
<p>WebDav e.g. uses "KeepAlive" to enable/disable the respective http feature.
*/
- sequence< com::sun::star::beans::PropertyValue > OpeningFlags;
+ sequence< com::sun::star::beans::NamedValue > OpeningFlags;
};
}; }; }; };