add controltype for tablecontrol for testtool

This commit is contained in:
gh93821 2010-04-09 13:46:38 +02:00
parent aa1ffc625a
commit d930918327

View file

@ -53,6 +53,7 @@
#include <svtools/valueset.hxx>
#include <svtools/roadmap.hxx>
#include <svtools/extensionlistbox.hxx>
#include <svtools/table/tablecontrol.hxx>
#define WINDOW_ANYTYPE WINDOW_BASE
@ -999,6 +1000,8 @@ String StatementList::ClientTree(Window *pBase, int Indent)
WRITEc("/RoadMap")
else if ( dynamic_cast< svt::IExtensionListBox* >(pBase) )
WRITEc("/ExtensionListBox")
else if ( dynamic_cast< svt::table::TableControl* >(pBase) )
WRITEc("/TableControl")
else
WRITEc("/Unknown")
}