summaryrefslogtreecommitdiff
path: root/sd/workben
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-09 11:28:30 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-09 11:28:30 +0200
commit409b6bcfcc3c8baa285d1bcb16f8063682a952a9 (patch)
tree8bd5e25eb9f3172038cec760b449f3c896eca21a /sd/workben
parentd817753ec5fa141527973769135e112d82a783cb (diff)
slidecopy: moved XToolPanel from css.view to css.ui, now that it is an XUIElement
Diffstat (limited to 'sd/workben')
-rw-r--r--sd/workben/custompanel/ctp_panel.hxx4
1 files changed, 2 insertions, 2 deletions
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