diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 11:21:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 11:21:00 +0000 |
commit | 113f040c1283f3b3931523a824730f7f75147a5b (patch) | |
tree | 84c242f7a5a2040fd86231300390af14c093245b /toolkit | |
parent | 8ed8c47555b7313f0021e08c832840a5e0e377a7 (diff) |
INTEGRATION: CWS awttree01 (1.8.138); FILE MERGED
2007/03/11 14:37:43 cl 1.8.138.4: RESYNC: (1.8-1.9); FILE MERGED
2006/12/01 06:17:56 cl 1.8.138.3: implement a tree control api
2006/10/13 13:52:29 cl 1.8.138.2: added primilary awt tree control api
2006/09/28 13:56:21 cl 1.8.138.1: added primilary awt tree control api
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/toolkit/helper/servicenames.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/helper/servicenames.hxx b/toolkit/inc/toolkit/helper/servicenames.hxx index 45bdd60ef4dc..85a33818e3d4 100644 --- a/toolkit/inc/toolkit/helper/servicenames.hxx +++ b/toolkit/inc/toolkit/helper/servicenames.hxx @@ -4,9 +4,9 @@ * * $RCSfile: servicenames.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 13:51:47 $ + * last change: $Author: hr $ $Date: 2007-06-27 12:21:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -100,6 +100,11 @@ extern const sal_Char __FAR_DATA szServiceName_UnoControlRoadmap[], szServiceNam extern const sal_Char __FAR_DATA szServiceName_UnoControlRoadmapModel[], szServiceName2_UnoControlRoadmapModel[]; extern const sal_Char __FAR_DATA szServiceName_UnoSpinButtonControl[], szServiceName_UnoSpinButtonModel[]; + +extern const sal_Char __FAR_DATA szServiceName_TreeControl[]; +extern const sal_Char __FAR_DATA szServiceName_TreeControlModel[]; +extern const sal_Char __FAR_DATA szServiceName_MutableTreeDataModel[]; + extern const sal_Char __FAR_DATA szServiceName_UnoSimpleAnimationControl[], szServiceName_UnoSimpleAnimationControlModel[]; extern const sal_Char __FAR_DATA szServiceName_UnoThrobberControl[], szServiceName_UnoThrobberControlModel[]; |