diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-03 12:04:43 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-03 12:04:43 +0000 |
commit | 292da7f60c9e625a02e8ba630dc37c66f0c9584b (patch) | |
tree | 573b741e84e482482d039c01930cc538a3d38607 /basctl/source/inc | |
parent | 27a6d3eb85e6c506ce0802e8fcadac6280366b16 (diff) |
INTEGRATION: CWS tkr01 (1.5.190); FILE MERGED
2007/06/26 11:23:05 tkr 1.5.190.2: RESYNC: (1.5-1.6); FILE MERGED
2007/06/26 10:01:53 tkr 1.5.190.1: #i78846# Enable TreeControl support
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/dlgeddef.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/inc/dlgeddef.hxx b/basctl/source/inc/dlgeddef.hxx index 5d78c7b41..c5c817791 100644 --- a/basctl/source/inc/dlgeddef.hxx +++ b/basctl/source/inc/dlgeddef.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgeddef.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2007-06-20 10:40:07 $ + * last change: $Author: rt $ $Date: 2007-07-03 13:04:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,7 +70,7 @@ const UINT32 DlgInventor = UINT32('D')*0x00000001+ #define OBJ_DLG_FORMATTEDFIELD ((UINT16)21) #define OBJ_DLG_PATTERNFIELD ((UINT16)22) #define OBJ_DLG_FILECONTROL ((UINT16)23) - +#define OBJ_DLG_TREECONTROL ((UINT16)24) // control properties #define DLGED_PROP_BACKGROUNDCOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BackgroundColor" ) ) |