diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-01-17 11:41:14 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-01-17 11:42:07 +0100 |
commit | 29bd62fdc2792e215999e9dd0ec9a4bf1102201d (patch) | |
tree | 1d6a8a49a7b6516acddda95fcc84dcf2aa64378c /offapi/com | |
parent | 0e163ead17cb1e6675c72a39c32a0bb4d733857a (diff) |
Switch flag sequence of OpenCommandArg3 to NamedValue.
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3,
using the less-bulky NamedValue type instead of PropertyValue.
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/ucb/OpenCommandArgument3.idl | 4 |
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; }; }; }; }; }; |