summaryrefslogtreecommitdiff
path: root/toolkit/source/helper/servicenames.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-04 08:04:05 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-04 08:04:05 +0000
commitcb43206b77451309b08fa2141b91eca2607c731f (patch)
tree247bbdbf0a7e7cbddb374706d94e0744c4afcfb2 /toolkit/source/helper/servicenames.cxx
parent346fa27d98b86bdab146e46bba1bf541dfc14d74 (diff)
added FixedLine
Diffstat (limited to 'toolkit/source/helper/servicenames.cxx')
-rw-r--r--toolkit/source/helper/servicenames.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/toolkit/source/helper/servicenames.cxx b/toolkit/source/helper/servicenames.cxx
index d45481cb61af..a388deb14538 100644
--- a/toolkit/source/helper/servicenames.cxx
+++ b/toolkit/source/helper/servicenames.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: servicenames.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tbe $ $Date: 2001-05-02 12:31:11 $
+ * last change: $Author: tbe $ $Date: 2001-05-04 09:04:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,3 +120,5 @@ const sal_Char __FAR_DATA szServiceName_UnoControlProgressBar[] = "stardiv.vcl.c
const sal_Char __FAR_DATA szServiceName_UnoControlProgressBarModel[] = "stardiv.vcl.controlmodel.ProgressBar", szServiceName2_UnoControlProgressBarModel[] = "com.sun.star.awt.UnoControlProgressBarModel";
const sal_Char __FAR_DATA szServiceName_UnoControlScrollBar[] = "stardiv.vcl.control.ScrollBar", szServiceName2_UnoControlScrollBar[] = "com.sun.star.awt.UnoControlScrollBar";
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";