office-gobmx/toolkit
Noel Grandin 8cea437301 simplify code
These methods are virtual, so the check does nothing useful.
Possibly back when this code was introduced, the methods were not.

This was introduced in
    commit 411f66186e
    Date:   Mon Jan 31 07:58:15 2005 +0000
    INTEGRATION: CWS vcl34 (1.49.26); FILE MERGED
2005/01/06 14:13:03 ssa 1.49.26.1: #i37461# get/setOutputsize has to
check for DockingWindow to call proper method

to solve
    https://bz.apache.org/ooo/show_bug.cgi?id=37461

I have checked, and the bug does not come back.

Change-Id: I540b85eccbf7107ee640f09b41340dc906995557
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90795
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-21 08:07:34 +01:00
..
inc Revert "loplugin:constfields in toolkit" 2020-03-15 16:28:40 +01:00
qa Dispose dialog created during test 2020-03-20 17:18:43 +01:00
source simplify code 2020-03-21 08:07:34 +01:00
test/accessibility tdf#117331 Merge jurt and unoil into ridl 2020-02-04 22:03:54 +01:00
util
CppunitTest_toolkit.mk
IwyuFilter_toolkit.yaml move some toolkit/ headers inside the module 2020-02-05 07:11:33 +01:00
JunitTest_toolkit_complex.mk tdf#117331 Merge jurt and unoil into ridl 2020-02-04 22:03:54 +01:00
JunitTest_toolkit_unoapi_1.mk
JunitTest_toolkit_unoapi_2.mk
JunitTest_toolkit_unoapi_3.mk
JunitTest_toolkit_unoapi_4.mk
Library_tk.mk move TreeControlPeer to toolkit 2020-02-16 20:17:08 +01: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 README 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.