On Tue, Sep 11, 2018 at 9:49 AM, Rahul Gurung <gurungrah...@gmail.com> wrote:
> Hey,
>
> What is difference between variable declared as
>
> uno::Sequence<table::CellRangeAddress> aRanges;

aRanges is a variable of an uno::Sequence object.  The object is
likely a sequence of a table::CellRangeAddress objects.

> and a simple one as
>
> table::CellRangeAddress aRanges;

aRanges is a variable of a single table::CellRangeAddress object.

> Thanks,
> RG

--
Best regards,
Tadeus
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to