SidebarDockingWindow.hxx (6fa16b61) | SidebarDockingWindow.hxx (3091fa8a) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22#ifndef SFX_SIDEBAR_DOCKING_WINDOW_HXX 23#define SFX_SIDEBAR_DOCKING_WINDOW_HXX 24 25#include "sfx2/dockwin.hxx" 26#include "sfx2/dockwin.hxx" | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22#ifndef SFX_SIDEBAR_DOCKING_WINDOW_HXX 23#define SFX_SIDEBAR_DOCKING_WINDOW_HXX 24 25#include "sfx2/dockwin.hxx" 26#include "sfx2/dockwin.hxx" |
27#include "Sidebar.hxx" | |
28 29#include <rtl/ref.hxx> 30 31namespace sfx2 { namespace sidebar { 32 33class SidebarChildWindow; 34 35class SidebarController; --- 35 unchanged lines hidden --- | 27 28#include <rtl/ref.hxx> 29 30namespace sfx2 { namespace sidebar { 31 32class SidebarChildWindow; 33 34class SidebarController; --- 35 unchanged lines hidden --- |