15d39f272SZheng Fan /**************************************************************
2*8e9b0a85Smseidel  *
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
10*8e9b0a85Smseidel  *
115d39f272SZheng Fan  *   http://www.apache.org/licenses/LICENSE-2.0
12*8e9b0a85Smseidel  *
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.
19*8e9b0a85Smseidel  *
205d39f272SZheng Fan  *************************************************************/
215d39f272SZheng Fan 
22*8e9b0a85Smseidel 
23*8e9b0a85Smseidel 
24facb16e7SArmin Le Grand #include "precompiled_sc.hxx"
255d39f272SZheng Fan 
26facb16e7SArmin Le Grand #include "CellBorderStylePopup.hxx"
27facb16e7SArmin Le Grand #include "CellLineStyleControl.hxx"
285d39f272SZheng Fan 
29facb16e7SArmin Le Grand namespace sc { namespace sidebar {
305d39f272SZheng Fan 
CellBorderStylePopup(Window * pParent,const::boost::function<svx::sidebar::PopupControl * (svx::sidebar::PopupContainer *)> & rControlCreator)31facb16e7SArmin Le Grand CellBorderStylePopup::CellBorderStylePopup (
32*8e9b0a85Smseidel 	Window* pParent,
33*8e9b0a85Smseidel 	const ::boost::function<svx::sidebar::PopupControl*(svx::sidebar::PopupContainer*)>& rControlCreator)
34*8e9b0a85Smseidel :	Popup(pParent, rControlCreator, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CellBorderStyle")))
355d39f272SZheng Fan {
36facb16e7SArmin Le Grand }
375d39f272SZheng Fan 
~CellBorderStylePopup(void)38facb16e7SArmin Le Grand CellBorderStylePopup::~CellBorderStylePopup (void)
39facb16e7SArmin Le Grand {
40facb16e7SArmin Le Grand }
415d39f272SZheng Fan 
42facb16e7SArmin Le Grand } } // end of namespace sc::sidebar
435d39f272SZheng Fan 
44*8e9b0a85Smseidel /* vim: set noet sw=4 ts=4: */
45