1*01ae7eccSAndrew Rist#**************************************************************
2*01ae7eccSAndrew Rist#
3*01ae7eccSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*01ae7eccSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*01ae7eccSAndrew Rist#  distributed with this work for additional information
6*01ae7eccSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*01ae7eccSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*01ae7eccSAndrew Rist#  "License"); you may not use this file except in compliance
9*01ae7eccSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*01ae7eccSAndrew Rist#
11*01ae7eccSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*01ae7eccSAndrew Rist#
13*01ae7eccSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*01ae7eccSAndrew Rist#  software distributed under the License is distributed on an
15*01ae7eccSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*01ae7eccSAndrew Rist#  KIND, either express or implied.  See the License for the
17*01ae7eccSAndrew Rist#  specific language governing permissions and limitations
18*01ae7eccSAndrew Rist#  under the License.
19*01ae7eccSAndrew Rist#
20*01ae7eccSAndrew Rist#**************************************************************
21cdf0e10cSrcweir
22cdf0e10cSrcweir# In addition to the interfaces of css.configuration.ConfigurationProvider also
23cdf0e10cSrcweir# test the additional, optional (but implemented) interfaces of
24cdf0e10cSrcweir# css.configuration.DefaultProvider:
25cdf0e10cSrcweir
26cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::lang::XComponent";"addEventListener()"
27cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::lang::XComponent";"dispose()"
28cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::lang::XComponent";"removeEventListener()"
29cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::lang::XLocalizable";"getLocale()"
30cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::lang::XLocalizable";"setLocale()"
31cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::lang::XMultiServiceFactory";"createInstance()"
32cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::lang::XMultiServiceFactory";"createInstanceWithArguments()"
33cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::lang::XMultiServiceFactory";"getAvailableServiceNames()"
34cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::util::XFlushable";"addFlushListener()"
35cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::util::XFlushable";"flush()"
36cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::util::XFlushable";"removeFlushListener()"
37cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::util::XRefreshable";"addRefreshListener()"
38cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::util::XRefreshable";"refresh()"
39cdf0e10cSrcweir"ConfigurationProvider";"com::sun::star::util::XRefreshable";"removeRefreshListener()"
40