diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-09 11:28:30 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-09 11:28:30 +0200 |
commit | 409b6bcfcc3c8baa285d1bcb16f8063682a952a9 (patch) | |
tree | 8bd5e25eb9f3172038cec760b449f3c896eca21a /sd | |
parent | d817753ec5fa141527973769135e112d82a783cb (diff) |
slidecopy: moved XToolPanel from css.view to css.ui, now that it is an XUIElement
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/toolpanel/CustomToolPanel.hxx | 4 | ||||
-rw-r--r-- | sd/workben/custompanel/ctp_panel.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/toolpanel/CustomToolPanel.hxx b/sd/source/ui/toolpanel/CustomToolPanel.hxx index ee10c6748bbd..7f7f5ec3417d 100644 --- a/sd/source/ui/toolpanel/CustomToolPanel.hxx +++ b/sd/source/ui/toolpanel/CustomToolPanel.hxx @@ -33,7 +33,7 @@ #include <com/sun/star/drawing/framework/XPane.hpp> #include <com/sun/star/drawing/framework/XResourceId.hpp> #include <com/sun/star/drawing/framework/XResource.hpp> -#include <com/sun/star/view/XToolPanel.hpp> +#include <com/sun/star/ui/XToolPanel.hpp> /** === end UNO includes === **/ #include <boost/shared_ptr.hpp> @@ -101,7 +101,7 @@ namespace sd { namespace toolpanel ::boost::shared_ptr< framework::FrameworkHelper > m_pFrameworkHelper; ::com::sun::star::uno::Reference< ::com::sun::star::drawing::framework::XResourceId > m_xPanelResourceId; ::com::sun::star::uno::Reference< ::com::sun::star::drawing::framework::XResource > m_xResource; - ::com::sun::star::uno::Reference< ::com::sun::star::view::XToolPanel > m_xToolPanel; + ::com::sun::star::uno::Reference< ::com::sun::star::ui::XToolPanel > m_xToolPanel; bool m_bAttemptedPanelCreation; sal_uInt32 m_nResourceAccessLock; }; diff --git a/sd/workben/custompanel/ctp_panel.hxx b/sd/workben/custompanel/ctp_panel.hxx index f991cc80516c..b42f17e67aae 100644 --- a/sd/workben/custompanel/ctp_panel.hxx +++ b/sd/workben/custompanel/ctp_panel.hxx @@ -29,7 +29,7 @@ /** === begin UNO includes === **/ #include <com/sun/star/drawing/framework/XView.hpp> -#include <com/sun/star/view/XToolPanel.hpp> +#include <com/sun/star/ui/XToolPanel.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> #include <com/sun/star/drawing/framework/XResourceId.hpp> @@ -50,7 +50,7 @@ namespace sd { namespace colortoolpanel //= class SingleColorPanel //================================================================================================================== typedef ::cppu::WeakComponentImplHelper3 < ::com::sun::star::drawing::framework::XView - , ::com::sun::star::view::XToolPanel + , ::com::sun::star::ui::XToolPanel , ::com::sun::star::awt::XPaintListener > SingleColorPanel_Base; class SingleColorPanel :public ::cppu::BaseMutex |