https://bugs.documentfoundation.org/show_bug.cgi?id=94968

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Julien Nabet <[email protected]> ---
Sorry for the delay, I gave a try after having removed "oor:nillable="false""
or changed it to "oor:nillable="true"", it failed to build.
/home/julien/compile-libreoffice/libreoffice/cui/source/options/tsaurls.cxx: In
constructor ‘TSAURLsDialog::TSAURLsDialog(vcl::Window*)’:
/home/julien/compile-libreoffice/libreoffice/cui/source/options/tsaurls.cxx:38:116:
error: no matching function for call to
‘com::sun::star::uno::Sequence<rtl::OUString>::Sequence(boost::optional<com::sun::star::uno::Sequence<rtl::OUString>
>)’
         css::uno::Sequence<OUString>
aUserSetTSAURLs(officecfg::Office::Common::Security::Scripting::TSAURLs::get());
                                                                               
                                    ^
In file included from
/home/julien/compile-libreoffice/libreoffice/workdir/CustomTarget/officecfg/registry/officecfg/Office/Common.hxx:7:0,
                 from
/home/julien/compile-libreoffice/libreoffice/cui/source/options/tsaurls.cxx:10:
/home/julien/compile-libreoffice/libreoffice/include/com/sun/star/uno/Sequence.hxx:96:22:
note: candidate:
com::sun::star::uno::Sequence<E>::Sequence(std::initializer_list<_Tp>) [with E
= rtl::OUString]
 template<typename E> Sequence<E>::Sequence(std::initializer_list<E> init) {
                      ^
/home/julien/compile-libreoffice/libreoffice/include/com/sun/star/uno/Sequence.hxx:96:22:
note:   no known conversion for argument 1 from
‘boost::optional<com::sun::star::uno::Sequence<rtl::OUString> >’ to
‘std::initializer_list<rtl::OUString>’
/home/julien/compile-libreoffice/libreoffice/include/com/sun/star/uno/Sequence.hxx:84:8:
note: candidate: com::sun::star::uno::Sequence<E>::Sequence(sal_Int32) [with E
= rtl::OUString; sal_Int32 = int]
 inline Sequence< E >::Sequence( sal_Int32 len )

Tor: thought you might be interested in this one. If I'm wrong, don't hesitate
to uncc yourself of course! :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to