From 8d1646a01046ca5258f1f150160f5825738d1802 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 8 Apr 2003 14:24:30 +0000 Subject: INTEGRATION: CWS draw8 (1.10.6.4.36); FILE MERGED 2003/03/20 09:01:14 af 1.10.6.4.36.1: #108294# Added new supported service AccessibleGraphControl. --- svx/source/accessibility/GraphCtlAccessibleContext.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/accessibility/GraphCtlAccessibleContext.cxx b/svx/source/accessibility/GraphCtlAccessibleContext.cxx index 33a67510f816..a8c921cdddf3 100644 --- a/svx/source/accessibility/GraphCtlAccessibleContext.cxx +++ b/svx/source/accessibility/GraphCtlAccessibleContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: GraphCtlAccessibleContext.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-03-27 15:00:29 $ + * last change: $Author: rt $ $Date: 2003-04-08 15:24:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -660,10 +660,11 @@ sal_Bool SAL_CALL SvxGraphCtrlAccessibleContext::supportsService( const OUString Sequence< OUString > SAL_CALL SvxGraphCtrlAccessibleContext::getSupportedServiceNames( void ) throw( RuntimeException ) { - Sequence< OUString > aSNs( 2 ); + Sequence< OUString > aSNs( 3 ); aSNs[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "drafts.com.sun.star.accessibility.Accessible" ) ); aSNs[1] = OUString( RTL_CONSTASCII_USTRINGPARAM( "drafts.com.sun.star.accessibility.AccessibleContext" ) ); + aSNs[2] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.AccessibleGraphControl" ) ); return aSNs; } -- cgit