summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-20 09:40:07 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-20 09:40:07 +0000
commit1e33b3ff4cc76595b562f99fc7efefb778025256 (patch)
tree286b87b765a933f4a2dbb079dd8bb57a28b9582c /basctl
parent67de7fbcd3069a49fd8bc5125b652828f118e11d (diff)
INTEGRATION: CWS jl61 (1.5.182); FILE MERGED
2007/05/11 06:41:46 ab 1.5.182.1: #i77021# Support for decoration property
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/inc/dlgeddef.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/inc/dlgeddef.hxx b/basctl/source/inc/dlgeddef.hxx
index f40cbbc53c09..5d78c7b41d46 100644
--- a/basctl/source/inc/dlgeddef.hxx
+++ b/basctl/source/inc/dlgeddef.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgeddef.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:19:14 $
+ * last change: $Author: kz $ $Date: 2007-06-20 10:40:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -87,6 +87,7 @@ const UINT32 DlgInventor = UINT32('D')*0x00000001+
#define DLGED_PROP_TEXTCOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextColor" ) )
#define DLGED_PROP_TEXTLINECOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextLineColor" ) )
#define DLGED_PROP_WIDTH ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" ) )
+#define DLGED_PROP_DECORATION ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Decoration" ) )
#endif // _BASCTL_DLGEDDEF_HXX