office-gobmx/toolkit
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/helper Resolves fdo#70681: fixincludeguards.pl: all that's left 2014-05-15 12:50:46 +00:00
qa java: remove unnecessary constructor declarations 2014-08-20 12:12:15 +02:00
source Remove some useless tools/debug.hxx includes 2014-08-22 16:33:18 -05:00
test/accessibility java: remove unnecessary constructor declarations 2014-08-20 12:12:15 +02:00
util
JunitTest_toolkit_complex.mk
JunitTest_toolkit_unoapi.mk
Library_tk.mk use SimpleReferenceObject in accessibility 2014-07-08 08:56:18 +02:00
Makefile
Module_toolkit.mk
README

"Abstract" windowing thing, UNO implementations of windowing stuff so that it
can be used from Basic or Java. But also stuff that has no connection to Basic
or Java.

Note that the "awt" here has no relation to the Java awt, as far as I know. It
might be inspired by it API-wise, perhaps. (If you know differently, feel free
to improve this REDAME file.)

Note that toolkit/ is itself not really a toolkit, it is at root a
reasonably simple wrapper of vcl/ - if you came here looking for a
toolkit, please checkout vcl/ instead.