summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SdUnoSlideView.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-11 11:22:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-11 17:11:12 +0200
commit6928f43c86d05b9229e24d6d199b3f139031d596 (patch)
tree044dadef89408856888da0684b62209a6e9da315 /sd/source/ui/inc/SdUnoSlideView.hxx
parent69c9acd0d275fba2b387bd64584227f5ffcfce0d (diff)
-Werror,-Wunused-private-field (various sd)
Change-Id: Ib0756e3730783f2c842a835782452279ad8f189b
Diffstat (limited to 'sd/source/ui/inc/SdUnoSlideView.hxx')
-rw-r--r--sd/source/ui/inc/SdUnoSlideView.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/sd/source/ui/inc/SdUnoSlideView.hxx b/sd/source/ui/inc/SdUnoSlideView.hxx
index 8264522de3fb..9cecb799f5ea 100644
--- a/sd/source/ui/inc/SdUnoSlideView.hxx
+++ b/sd/source/ui/inc/SdUnoSlideView.hxx
@@ -41,10 +41,6 @@ class SlideSorter;
namespace sd {
-class DrawController;
-class View;
-
-
/** This class implements the SlideSorter specific part of the
controller.
*/
@@ -54,9 +50,7 @@ class SdUnoSlideView
{
public:
SdUnoSlideView (
- DrawController& rController,
- slidesorter::SlideSorter& rSlideSorter,
- View& rView) throw();
+ slidesorter::SlideSorter& rSlideSorter) throw();
virtual ~SdUnoSlideView (void) throw();
// XSelectionSupplier
@@ -111,9 +105,7 @@ public:
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException);
private:
- DrawController& mrController;
slidesorter::SlideSorter& mrSlideSorter;
- sd::View& mrView;
/*
virtual void FillPropertyTable (
::std::vector< ::com::sun::star::beans::Property>& rProperties);