From a33414e3fc6a04f6e55b17318537e379d45cd499 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 21 May 2008 10:35:58 +0000 Subject: INTEGRATION: CWS extmgrui01 (1.27.2); FILE MERGED 2008/04/28 10:37:37 dv 1.27.2.3: RESYNC: (1.28-1.29); FILE MERGED 2008/03/25 08:04:04 dv 1.27.2.2: RESYNC: (1.27-1.28); FILE MERGED 2008/03/19 20:56:31 gh 1.27.2.1: #i86913#methods to access ExtensionListBox --- automation/source/server/sta_list.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'automation') diff --git a/automation/source/server/sta_list.cxx b/automation/source/server/sta_list.cxx index 01c874f26d92..cf00161d1b2d 100644 --- a/automation/source/server/sta_list.cxx +++ b/automation/source/server/sta_list.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sta_list.cxx,v $ - * $Revision: 1.29 $ + * $Revision: 1.30 $ * * This file is part of OpenOffice.org. * @@ -55,6 +55,7 @@ #include #include #include +#include #define WINDOW_ANYTYPE WINDOW_BASE @@ -999,6 +1000,8 @@ String StatementList::ClientTree(Window *pBase, int Indent) WRITEc("/ValueSet") else if ( dynamic_cast< svt::ORoadmap* >(pBase) ) WRITEc("/RoadMap") + else if ( dynamic_cast< svt::IExtensionListBox* >(pBase) ) + WRITEc("/ExtensionListBox") else WRITEc("/Unknown") } -- cgit v1.2.3