diff options
author | gh93821 <gh93821@sr1-eham02-04> | 2010-04-09 13:46:38 +0200 |
---|---|---|
committer | gh93821 <gh93821@sr1-eham02-04> | 2010-04-09 13:46:38 +0200 |
commit | d93091832789fc586916720da62a341a731fbd66 (patch) | |
tree | aa3e4bdf9e0f1832c5a91307ef076d33fce5ecb0 /automation | |
parent | aa1ffc625a2ba4fe26102ca90f34dd45206a4af1 (diff) |
add controltype for tablecontrol for testtool
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/server/sta_list.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/automation/source/server/sta_list.cxx b/automation/source/server/sta_list.cxx index 7f346c298563..c0abcb057f8b 100644 --- a/automation/source/server/sta_list.cxx +++ b/automation/source/server/sta_list.cxx @@ -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") } |