1*ca6f8f21SArmin Le Grand /**************************************************************
2*ca6f8f21SArmin Le Grand  *
3*ca6f8f21SArmin Le Grand  * Licensed to the Apache Software Foundation (ASF) under one
4*ca6f8f21SArmin Le Grand  * or more contributor license agreements.  See the NOTICE file
5*ca6f8f21SArmin Le Grand  * distributed with this work for additional information
6*ca6f8f21SArmin Le Grand  * regarding copyright ownership.  The ASF licenses this file
7*ca6f8f21SArmin Le Grand  * to you under the Apache License, Version 2.0 (the
8*ca6f8f21SArmin Le Grand  * "License"); you may not use this file except in compliance
9*ca6f8f21SArmin Le Grand  * with the License.  You may obtain a copy of the License at
10*ca6f8f21SArmin Le Grand  *
11*ca6f8f21SArmin Le Grand  *   http://www.apache.org/licenses/LICENSE-2.0
12*ca6f8f21SArmin Le Grand  *
13*ca6f8f21SArmin Le Grand  * Unless required by applicable law or agreed to in writing,
14*ca6f8f21SArmin Le Grand  * software distributed under the License is distributed on an
15*ca6f8f21SArmin Le Grand  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*ca6f8f21SArmin Le Grand  * KIND, either express or implied.  See the License for the
17*ca6f8f21SArmin Le Grand  * specific language governing permissions and limitations
18*ca6f8f21SArmin Le Grand  * under the License.
19*ca6f8f21SArmin Le Grand  *
20*ca6f8f21SArmin Le Grand  *************************************************************/
21*ca6f8f21SArmin Le Grand 
22*ca6f8f21SArmin Le Grand 
23*ca6f8f21SArmin Le Grand #ifndef _SVX_COLORCHILDWINDOW_HXX
24*ca6f8f21SArmin Le Grand #define _SVX_COLORCHILDWINDOW_HXX
25*ca6f8f21SArmin Le Grand 
26*ca6f8f21SArmin Le Grand #include <sfx2/childwin.hxx>
27*ca6f8f21SArmin Le Grand #include "svx/svxdllapi.h"
28*ca6f8f21SArmin Le Grand 
29*ca6f8f21SArmin Le Grand /*************************************************************************
30*ca6f8f21SArmin Le Grand |*
31*ca6f8f21SArmin Le Grand |* Ableitung vom SfxChildWindow als "Behaelter" fuer Controller
32*ca6f8f21SArmin Le Grand |*
33*ca6f8f21SArmin Le Grand \************************************************************************/
34*ca6f8f21SArmin Le Grand 
35*ca6f8f21SArmin Le Grand class SVX_DLLPUBLIC SvxColorChildWindow : public SfxChildWindow
36*ca6f8f21SArmin Le Grand {
37*ca6f8f21SArmin Le Grand  public:
38*ca6f8f21SArmin Le Grand 	SvxColorChildWindow( Window*, sal_uInt16, SfxBindings*,
39*ca6f8f21SArmin Le Grand 						 SfxChildWinInfo* );
40*ca6f8f21SArmin Le Grand 
41*ca6f8f21SArmin Le Grand 	SFX_DECL_CHILDWINDOW(SvxColorChildWindow);
42*ca6f8f21SArmin Le Grand };
43*ca6f8f21SArmin Le Grand 
44*ca6f8f21SArmin Le Grand 
45*ca6f8f21SArmin Le Grand #endif // _SVX_COLORCHILDWINDOW_HXX
46*ca6f8f21SArmin Le Grand 
47*ca6f8f21SArmin Le Grand // eof
48