Kaydet (Commit) 5b9a9751 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

move header file to public include dir

we will need it in chart2 so make it available

Change-Id: I9ef1feebc2e0086e0647349b4e92f9fc9cdd4e8c
üst f4c094f7
......@@ -39,6 +39,7 @@
#include <svl/intitem.hxx>
#include <com/sun/star/ui/XUIElement.hpp>
#include <boost/scoped_ptr.hpp>
#include <svx/svxdllapi.h>
class XFillFloatTransparenceItem;
class XFillTransparenceItem;
......@@ -53,7 +54,7 @@ namespace svx { namespace sidebar {
class PopupContainer;
class AreaTransparencyGradientControl;
class AreaPropertyPanelBase
class SVX_DLLPUBLIC AreaPropertyPanelBase
: public PanelLayout,
public ::sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface
{
......
......@@ -34,7 +34,7 @@
#include <com/sun/star/ui/XUIElement.hpp>
#include <boost/scoped_ptr.hpp>
#include "AreaPropertyPanelBase.hxx"
#include <svx/sidebar/AreaPropertyPanelBase.hxx>
class XFillFloatTransparenceItem;
class XFillTransparenceItem;
......
......@@ -21,7 +21,7 @@
#include <sfx2/sidebar/ResourceDefinitions.hrc>
#include <sfx2/sidebar/ControlFactory.hxx>
#include <AreaPropertyPanelBase.hxx>
#include <svx/sidebar/AreaPropertyPanelBase.hxx>
#include <AreaPropertyPanel.hrc>
#include <svx/dialogs.hrc>
#include <svx/dialmgr.hxx>
......@@ -37,6 +37,7 @@
#include <svx/svxitems.hrc>
#include <vcl/toolbox.hxx>
#include <svtools/toolbarmenu.hxx>
#include <svx/tbcontrl.hxx>
#include <boost/bind.hpp>
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "AreaTransparencyGradientControl.hxx"
#include "AreaPropertyPanelBase.hxx"
#include <svx/sidebar/AreaPropertyPanelBase.hxx>
#include "AreaPropertyPanel.hrc"
#include <svx/dialogs.hrc>
......
......@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "AreaTransparencyGradientPopup.hxx"
#include <svx/sidebar/AreaTransparencyGradientPopup.hxx>
#include "AreaTransparencyGradientControl.hxx"
namespace svx { namespace sidebar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment