summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-21 10:35:58 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-21 10:35:58 +0000
commita33414e3fc6a04f6e55b17318537e379d45cd499 (patch)
tree416b9dc9f309054b58bd58c8425b5ad1685045e5 /automation
parent8ab2890ba1241c99361caa272cc9cc77fbdea1a9 (diff)
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
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/sta_list.cxx5
1 files changed, 4 insertions, 1 deletions
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 <svtools/editbrowsebox.hxx>
#include <svtools/valueset.hxx>
#include <svtools/roadmap.hxx>
+#include <svtools/extensionlistbox.hxx>
#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")
}