summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-12-11 11:00:29 +0000
committerKurt Zenker <kz@openoffice.org>2003-12-11 11:00:29 +0000
commit92871c1443ed0376df4a4456038ceb7ade3f784f (patch)
treecf7fa2f846cb9a6759c20ef0a0e6f9764ce0134b /toolkit
parent753b5732f15b32f9e0337577ffea04a30e0d121d (diff)
INTEGRATION: CWS frmcontrols01 (1.5.194); FILE MERGED
2003/10/27 11:39:00 fs 1.5.194.1: #i21605# spin button control/model service names
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/helper/servicenames.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/helper/servicenames.cxx b/toolkit/source/helper/servicenames.cxx
index a388deb14538..2fa86ed6c01d 100644
--- a/toolkit/source/helper/servicenames.cxx
+++ b/toolkit/source/helper/servicenames.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: servicenames.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tbe $ $Date: 2001-05-04 09:04:05 $
+ * last change: $Author: kz $ $Date: 2003-12-11 12:00:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,3 +122,6 @@ const sal_Char __FAR_DATA szServiceName_UnoControlScrollBar[] = "stardiv.vcl.con
const sal_Char __FAR_DATA szServiceName_UnoControlScrollBarModel[] = "stardiv.vcl.controlmodel.ScrollBar", szServiceName2_UnoControlScrollBarModel[] = "com.sun.star.awt.UnoControlScrollBarModel";
const sal_Char __FAR_DATA szServiceName_UnoControlFixedLine[] = "stardiv.vcl.control.FixedLine", szServiceName2_UnoControlFixedLine[] = "com.sun.star.awt.UnoControlFixedLine";
const sal_Char __FAR_DATA szServiceName_UnoControlFixedLineModel[] = "stardiv.vcl.controlmodel.FixedLine", szServiceName2_UnoControlFixedLineModel[] = "com.sun.star.awt.UnoControlFixedLineModel";
+
+const sal_Char __FAR_DATA szServiceName_UnoSpinButtonControl[] = "com.sun.star.awt.UnoControlSpinButton";
+const sal_Char __FAR_DATA szServiceName_UnoSpinButtonModel[] = "com.sun.star.awt.UnoControlSpinButtonModel";