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