Files
libreoffice/basic
Gabor Kelemen 5082a2b3a9 o3tl::make_unique -> std::make_unique in include/ & o3tl/
Also the last few remaining occurrences of the header

Since it is now possible to use C++14, it's time to replace
the temporary solution with the standard one

Change-Id: I18f435270057f2d09e21d6ea262532cbcc974598
Reviewed-on: https://gerrit.libreoffice.org/67843
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-02-20 12:59:28 +01:00
..
2018-12-03 17:58:38 +01:00
2019-02-19 09:39:48 +01:00

Contains the StarBASIC Interpreter

This implements a macro language that, when in VBA compatibility mode,
is intended to be interoperable with Visual Basic for Applications,
allowing people to run macros embedded in their documents.

See also:
[http://wiki.openoffice.org/wiki/Basic]