office-gobmx/svtools
Caolán McNamara 7480f766e9 remove now pointless pItemDesruptList
This pItemDesruptList is pointless now. We're registering the delete-when-idle
items in their ctor's and deregistering in their dtor's which get called from
the idle callback. The idea of pItemDesruptList appears to be for use in
deleting any items at exit time whose idle callback didn't get called already.

Which was done by DeleteOnIdleItems which itself was removed a while ago
because nothing was calling it (for years). Some experiments in making it a
simple singleton and/or one that hooks off default component dispose or
XDesktop dispose shows that its crash city, so lets just remove the unused
stuff outright rather than trying to fight to get some 12+ year unused appendix
used.

Change-Id: Ie0256d6987cf89a2a12db297065af09674547b3e
2012-08-02 09:07:47 +01:00
..
bmpmaker
inc remove unnecessary includes of svl/svarray.hxx 2012-07-30 12:47:50 +01:00
langsupport
prj
qa add in some more filter tests 2012-07-30 16:31:22 +01:00
source remove now pointless pItemDesruptList 2012-08-02 09:07:47 +01:00
util
AllLangResTarget_svt.mk
CppunitTest_svtools_filters_test.mk
Executable_bmp.mk
Executable_bmpsum.mk
Executable_g2g.mk
Executable_langsupport.mk
JunitTest_svtools_unoapi.mk
Library_hatchwindowfactory.mk
Library_svt.mk fd0#35973 - [EasyHack] Remember the state of the sidebar pane in Impress 2012-07-26 21:38:47 +02:00
Makefile
Module_svtools.mk
Package_inc.mk svxbox.cxx unbuilt, svxbox.hxx unnecessarily included 2012-07-28 20:48:49 +01:00
README

Tools on top of VCL. Common dialogs, file and print dialogs, wizards, vcl filters, lots of helper code.