diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 23:13:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-31 09:04:16 +0200 |
commit | 07f44bfd39774910fd417f48bbc9bb76f2b34921 (patch) | |
tree | 6618f5ca131c23ee7cfaf4b4c47637f674fcebe4 /slideshow | |
parent | 7d0e24786278e02d592ee09b7f88fef8e3b06999 (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I885db00df96c73c35f9c1a6add8caf6b93f7c01a
Diffstat (limited to 'slideshow')
3 files changed, 0 insertions, 8 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm index 909f79438039..3ebb6e6efd61 100644 --- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm +++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm @@ -233,8 +233,6 @@ private: bool mbRestoreSync; bool mbUseLeavingPixmap; bool mbUseEnteringPixmap; - bool mbFreeLeavingPixmap; - bool mbFreeEnteringPixmap; // unx::Pixmap maLeavingPixmap; // unx::Pixmap maEnteringPixmap; diff --git a/slideshow/source/engine/animationnodes/animationcommandnode.hxx b/slideshow/source/engine/animationnodes/animationcommandnode.hxx index c4cf3d685d8b..92eb86a7d492 100644 --- a/slideshow/source/engine/animationnodes/animationcommandnode.hxx +++ b/slideshow/source/engine/animationnodes/animationcommandnode.hxx @@ -52,7 +52,6 @@ private: ExternalMediaShapeSharedPtr mpShape; ::com::sun::star::uno::Reference< ::com::sun::star::animations::XCommand > mxCommandNode; - bool mbIsPaused; }; } // namespace internal diff --git a/slideshow/source/engine/slide/userpaintoverlay.cxx b/slideshow/source/engine/slide/userpaintoverlay.cxx index aae100f91394..dd85891474b1 100644 --- a/slideshow/source/engine/slide/userpaintoverlay.cxx +++ b/slideshow/source/engine/slide/userpaintoverlay.cxx @@ -31,7 +31,6 @@ #include <cppcanvas/basegfxfactory.hxx> #include "activity.hxx" -#include "activitiesqueue.hxx" #include "slideshowcontext.hxx" #include "userpaintoverlay.hxx" #include "mouseeventhandler.hxx" @@ -57,13 +56,11 @@ namespace slideshow public: PaintOverlayHandler( const RGBColor& rStrokeColor, double nStrokeWidth, - ActivitiesQueue& rActivitiesQueue, ScreenUpdater& rScreenUpdater, const UnoViewContainer& rViews, Slide& rSlide, const PolyPolygonVector& rPolygons, bool bActive ) : - mrActivitiesQueue( rActivitiesQueue ), mrScreenUpdater( rScreenUpdater ), maViews(), maPolygons( rPolygons ), @@ -458,7 +455,6 @@ namespace slideshow } private: - ActivitiesQueue& mrActivitiesQueue; ScreenUpdater& mrScreenUpdater; UnoViewVector maViews; PolyPolygonVector maPolygons; @@ -498,7 +494,6 @@ namespace slideshow bool bActive ) : mpHandler( new PaintOverlayHandler( rStrokeColor, nStrokeWidth, - rContext.mrActivitiesQueue, rContext.mrScreenUpdater, rContext.mrViewContainer, //adding a link to Slide |