office-gobmx/basic
Marcos Paulo de Souza 7e2b9fa213 Remove some useless tools/debug.hxx includes
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h
header was necessary in some cases because of a macro or a typedef that was needed.

Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9
Reviewed-on: https://gerrit.libreoffice.org/11075
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-08-22 16:33:18 -05:00
..
inc update_pch 2014-08-13 10:10:33 +02:00
qa Avoid static BasicDLL (that would be destroyed after DeInitVCL now) 2014-06-04 10:16:06 +02:00
source Remove some useless tools/debug.hxx includes 2014-08-22 16:33:18 -05:00
util
AllLangResTarget_sb.mk
CppunitTest_basic_coverage.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_basic_enable.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_basic_nested_struct.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_basic_scanner.mk Do not both _use_library_objects and _use_libraries sb 2014-06-04 16:53:54 +02:00
CppunitTest_basic_vba.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
Library_sb.mk update_pch: add a bunch of pch files 2014-05-09 19:50:42 +00:00
Makefile
Module_basic.mk
README

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]