CustomAnimationPanel.cxx (7a32b0c8) CustomAnimationPanel.cxx (02c50d82)
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

--- 9 unchanged lines hidden (view full) ---

18 * under the License.
19 *
20 *************************************************************/
21
22#include "precompiled_sd.hxx"
23
24#include "CustomAnimationPanel.hxx"
25
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

--- 9 unchanged lines hidden (view full) ---

18 * under the License.
19 *
20 *************************************************************/
21
22#include "precompiled_sd.hxx"
23
24#include "CustomAnimationPanel.hxx"
25
26#include "SidebarViewShell.hxx"
27#include "ViewShellBase.hxx"
28
29
30namespace sd {
31 extern ::Window * createCustomAnimationPanel (::Window* pParent, ViewShellBase& rBase);
32 extern sal_Int32 getCustomAnimationPanelMinimumHeight (::Window* pParent);
33}
34

--- 46 unchanged lines hidden ---
26#include "ViewShellBase.hxx"
27
28
29namespace sd {
30 extern ::Window * createCustomAnimationPanel (::Window* pParent, ViewShellBase& rBase);
31 extern sal_Int32 getCustomAnimationPanelMinimumHeight (::Window* pParent);
32}
33

--- 46 unchanged lines hidden ---