1d64288eaSAndre Fischer /**************************************************************
2d64288eaSAndre Fischer  *
3d64288eaSAndre Fischer  * Licensed to the Apache Software Foundation (ASF) under one
4d64288eaSAndre Fischer  * or more contributor license agreements.  See the NOTICE file
5d64288eaSAndre Fischer  * distributed with this work for additional information
6d64288eaSAndre Fischer  * regarding copyright ownership.  The ASF licenses this file
7d64288eaSAndre Fischer  * to you under the Apache License, Version 2.0 (the
8d64288eaSAndre Fischer  * "License"); you may not use this file except in compliance
9d64288eaSAndre Fischer  * with the License.  You may obtain a copy of the License at
10d64288eaSAndre Fischer  *
11d64288eaSAndre Fischer  *   http://www.apache.org/licenses/LICENSE-2.0
12d64288eaSAndre Fischer  *
13d64288eaSAndre Fischer  * Unless required by applicable law or agreed to in writing,
14d64288eaSAndre Fischer  * software distributed under the License is distributed on an
15d64288eaSAndre Fischer  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16d64288eaSAndre Fischer  * KIND, either express or implied.  See the License for the
17d64288eaSAndre Fischer  * specific language governing permissions and limitations
18d64288eaSAndre Fischer  * under the License.
19d64288eaSAndre Fischer  *
20d64288eaSAndre Fischer  *************************************************************/
21d64288eaSAndre Fischer 
22*bf752801SOliver-Rainer Wittmann #include "precompiled_sfx2.hxx"
23*bf752801SOliver-Rainer Wittmann 
24d64288eaSAndre Fischer #include <sfx2/sidebar/ILayoutableWindow.hxx>
25d64288eaSAndre Fischer 
26d64288eaSAndre Fischer 
27d64288eaSAndre Fischer namespace sfx2 { namespace sidebar {
28d64288eaSAndre Fischer 
29d64288eaSAndre Fischer 
~ILayoutableWindow(void)30d64288eaSAndre Fischer ILayoutableWindow::~ILayoutableWindow (void)
31d64288eaSAndre Fischer {
32d64288eaSAndre Fischer }
33d64288eaSAndre Fischer 
34d64288eaSAndre Fischer } } // end of namespace ::sd::sidebar
35