add controltype for tablecontrol for testtool
This commit is contained in:
parent
aa1ffc625a
commit
d930918327
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue