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 @@ ...@@ -39,6 +39,7 @@
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
#include <com/sun/star/ui/XUIElement.hpp> #include <com/sun/star/ui/XUIElement.hpp>
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
#include <svx/svxdllapi.h>
class XFillFloatTransparenceItem; class XFillFloatTransparenceItem;
class XFillTransparenceItem; class XFillTransparenceItem;
...@@ -53,7 +54,7 @@ namespace svx { namespace sidebar { ...@@ -53,7 +54,7 @@ namespace svx { namespace sidebar {
class PopupContainer; class PopupContainer;
class AreaTransparencyGradientControl; class AreaTransparencyGradientControl;
class AreaPropertyPanelBase class SVX_DLLPUBLIC AreaPropertyPanelBase
: public PanelLayout, : public PanelLayout,
public ::sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface public ::sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface
{ {
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include <com/sun/star/ui/XUIElement.hpp> #include <com/sun/star/ui/XUIElement.hpp>
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
#include "AreaPropertyPanelBase.hxx" #include <svx/sidebar/AreaPropertyPanelBase.hxx>
class XFillFloatTransparenceItem; class XFillFloatTransparenceItem;
class XFillTransparenceItem; class XFillTransparenceItem;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/ResourceDefinitions.hrc>
#include <sfx2/sidebar/ControlFactory.hxx> #include <sfx2/sidebar/ControlFactory.hxx>
#include <AreaPropertyPanelBase.hxx> #include <svx/sidebar/AreaPropertyPanelBase.hxx>
#include <AreaPropertyPanel.hrc> #include <AreaPropertyPanel.hrc>
#include <svx/dialogs.hrc> #include <svx/dialogs.hrc>
#include <svx/dialmgr.hxx> #include <svx/dialmgr.hxx>
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include <svx/svxitems.hrc> #include <svx/svxitems.hrc>
#include <vcl/toolbox.hxx> #include <vcl/toolbox.hxx>
#include <svtools/toolbarmenu.hxx> #include <svtools/toolbarmenu.hxx>
#include <svx/tbcontrl.hxx>
#include <boost/bind.hpp> #include <boost/bind.hpp>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "AreaTransparencyGradientControl.hxx" #include "AreaTransparencyGradientControl.hxx"
#include "AreaPropertyPanelBase.hxx" #include <svx/sidebar/AreaPropertyPanelBase.hxx>
#include "AreaPropertyPanel.hrc" #include "AreaPropertyPanel.hrc"
#include <svx/dialogs.hrc> #include <svx/dialogs.hrc>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "AreaTransparencyGradientPopup.hxx" #include <svx/sidebar/AreaTransparencyGradientPopup.hxx>
#include "AreaTransparencyGradientControl.hxx" #include "AreaTransparencyGradientControl.hxx"
namespace svx { namespace sidebar { 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