diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/services.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/inc/services.hxx b/forms/source/inc/services.hxx index 3219b25f49e9..3e3b6a6b253a 100644 --- a/forms/source/inc/services.hxx +++ b/forms/source/inc/services.hxx @@ -2,9 +2,9 @@ * * $RCSfile: services.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2005-01-21 16:51:40 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:47:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -256,6 +256,7 @@ namespace frm // misc // ----------------------- FORMS_CONSTASCII_STRING( SRV_AWT_POINTER, "com.sun.star.awt.Pointer" ); + FORMS_CONSTASCII_STRING( SRV_AWT_IMAGEPRODUCER, "com.sun.star.awt.ImageProducer" ); FORMS_CONSTASCII_STRING( FRM_NUMBER_FORMATTER, "com.sun.star.util.NumberFormatter" ); FORMS_CONSTASCII_STRING( FRM_NUMBER_FORMATS_SUPPLIER, "com.sun.star.util.NumberFormatsSupplier" ); |