diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-04-26 08:09:16 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-04-26 08:09:16 +0000 |
commit | 4e3d9983402acca5e37d94fdd4f5659b1ef17932 (patch) | |
tree | 4bc7a3de112d3afdb7a1b714527e6937931e24bd /toolkit/source/helper/servicenames.cxx | |
parent | 44d4246db7b27b44ee46403e2f501f1384d6adea (diff) |
added ProgressBar
Diffstat (limited to 'toolkit/source/helper/servicenames.cxx')
-rw-r--r-- | toolkit/source/helper/servicenames.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/source/helper/servicenames.cxx b/toolkit/source/helper/servicenames.cxx index ecc2a8c87c52..2c5e437bb1bd 100644 --- a/toolkit/source/helper/servicenames.cxx +++ b/toolkit/source/helper/servicenames.cxx @@ -2,9 +2,9 @@ * * $RCSfile: servicenames.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mt $ $Date: 2001-01-24 14:54:18 $ + * last change: $Author: tbe $ $Date: 2001-04-26 09:07:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,5 +116,5 @@ const sal_Char __FAR_DATA szServiceName_UnoControlFormattedFieldModel[] = "stard const sal_Char __FAR_DATA szServiceName_MVCIntrospection[] = "stardiv.vcl.MVCIntrospection", szServiceName2_MVCIntrospection[] = "com.sun.star.awt.MVCIntrospection"; const sal_Char __FAR_DATA szServiceName_ImageProducer[] = "stardiv.vcl.ImageProducer", szServiceName2_ImageProducer[] = "com.sun.star.awt.ImageProducer"; const sal_Char __FAR_DATA szServiceName_PrinterServer[] = "stardiv.vcl.PrinterServer", szServiceName2_PrinterServer[] = "com.sun.star.awt.PrinterServer"; - - +const sal_Char __FAR_DATA szServiceName_UnoControlProgressBar[] = "stardiv.vcl.control.ProgressBar", szServiceName2_UnoControlProgressBar[] = "com.sun.star.awt.UnoControlProgressBar"; +const sal_Char __FAR_DATA szServiceName_UnoControlProgressBarModel[] = "stardiv.vcl.controlmodel.ProgressBar", szServiceName2_UnoControlProgressBarModel[] = "com.sun.star.awt.UnoControlProgressBarModel"; |