summaryrefslogtreecommitdiff
path: root/basctl/source/inc/dlgeddef.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-11-29 10:26:33 +0000
committerNoel Power <noel.power@novell.com>2011-11-29 10:28:44 +0000
commit34a9faf23c3d84b88a1610481266812bed3b71e8 (patch)
tree55c1daefadeeae13f43c7456078a3036e7cebdb0 /basctl/source/inc/dlgeddef.hxx
parentecbf39171991069d794133797e5f8714c3d7d7f9 (diff)
add spinbutton control to insertcontrolbar for basic dialog editor
Diffstat (limited to 'basctl/source/inc/dlgeddef.hxx')
-rw-r--r--basctl/source/inc/dlgeddef.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/inc/dlgeddef.hxx b/basctl/source/inc/dlgeddef.hxx
index cceecb6a8f28..a7be1fa232c5 100644
--- a/basctl/source/inc/dlgeddef.hxx
+++ b/basctl/source/inc/dlgeddef.hxx
@@ -61,6 +61,7 @@ const sal_uInt32 DlgInventor = sal_uInt32('D')*0x00000001+
#define OBJ_DLG_PATTERNFIELD ((sal_uInt16)22)
#define OBJ_DLG_FILECONTROL ((sal_uInt16)23)
#define OBJ_DLG_TREECONTROL ((sal_uInt16)24)
+#define OBJ_DLG_SPINBUTTON ((sal_uInt16)25)
// control properties
#define DLGED_PROP_BACKGROUNDCOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BackgroundColor" ) )