15d39f272SZheng Fan /**************************************************************
25d39f272SZheng Fan  *
35d39f272SZheng Fan  * Licensed to the Apache Software Foundation (ASF) under one
45d39f272SZheng Fan  * or more contributor license agreements.  See the NOTICE file
55d39f272SZheng Fan  * distributed with this work for additional information
65d39f272SZheng Fan  * regarding copyright ownership.  The ASF licenses this file
75d39f272SZheng Fan  * to you under the Apache License, Version 2.0 (the
85d39f272SZheng Fan  * "License"); you may not use this file except in compliance
95d39f272SZheng Fan  * with the License.  You may obtain a copy of the License at
105d39f272SZheng Fan  *
115d39f272SZheng Fan  *   http://www.apache.org/licenses/LICENSE-2.0
125d39f272SZheng Fan  *
135d39f272SZheng Fan  * Unless required by applicable law or agreed to in writing,
145d39f272SZheng Fan  * software distributed under the License is distributed on an
155d39f272SZheng Fan  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
165d39f272SZheng Fan  * KIND, either express or implied.  See the License for the
175d39f272SZheng Fan  * specific language governing permissions and limitations
185d39f272SZheng Fan  * under the License.
195d39f272SZheng Fan  *
205d39f272SZheng Fan  *************************************************************/
215d39f272SZheng Fan 
22*facb16e7SArmin Le Grand #ifndef _SC_SIDEBAR_CELL_BORDER_STYLE_POPUP_HXX_
23*facb16e7SArmin Le Grand #define _SC_SIDEBAR_CELL_BORDER_STYLE_POPUP_HXX_
245d39f272SZheng Fan 
25*facb16e7SArmin Le Grand #include <svx/sidebar/Popup.hxx>
26*facb16e7SArmin Le Grand #include <boost/function.hpp>
275d39f272SZheng Fan 
28*facb16e7SArmin Le Grand namespace sc { namespace sidebar {
295d39f272SZheng Fan 
30*facb16e7SArmin Le Grand class CellBorderStylePopup : public svx::sidebar::Popup
315d39f272SZheng Fan {
32*facb16e7SArmin Le Grand public :
33*facb16e7SArmin Le Grand     CellBorderStylePopup(
34*facb16e7SArmin Le Grand         Window* pParent,
35*facb16e7SArmin Le Grand         const ::boost::function<svx::sidebar::PopupControl*(svx::sidebar::PopupContainer*)>& rControlCreator);
36*facb16e7SArmin Le Grand     virtual ~CellBorderStylePopup(void);
375d39f272SZheng Fan };
385d39f272SZheng Fan 
39*facb16e7SArmin Le Grand } } // end of namespace sc::sidebar
40*facb16e7SArmin Le Grand 
41*facb16e7SArmin Le Grand #endif // _SC_SIDEBAR_CELL_BORDER_STYLE_POPUP_HXX_
425d39f272SZheng Fan 
43*facb16e7SArmin Le Grand // eof
44