Kaydet (Commit) 07f44bfd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field (Clang towards 3.2)

Change-Id: I885db00df96c73c35f9c1a6add8caf6b93f7c01a
üst 7d0e2478
...@@ -233,8 +233,6 @@ private: ...@@ -233,8 +233,6 @@ private:
bool mbRestoreSync; bool mbRestoreSync;
bool mbUseLeavingPixmap; bool mbUseLeavingPixmap;
bool mbUseEnteringPixmap; bool mbUseEnteringPixmap;
bool mbFreeLeavingPixmap;
bool mbFreeEnteringPixmap;
// unx::Pixmap maLeavingPixmap; // unx::Pixmap maLeavingPixmap;
// unx::Pixmap maEnteringPixmap; // unx::Pixmap maEnteringPixmap;
......
...@@ -52,7 +52,6 @@ private: ...@@ -52,7 +52,6 @@ private:
ExternalMediaShapeSharedPtr mpShape; ExternalMediaShapeSharedPtr mpShape;
::com::sun::star::uno::Reference< ::com::sun::star::uno::Reference<
::com::sun::star::animations::XCommand > mxCommandNode; ::com::sun::star::animations::XCommand > mxCommandNode;
bool mbIsPaused;
}; };
} // namespace internal } // namespace internal
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <cppcanvas/basegfxfactory.hxx> #include <cppcanvas/basegfxfactory.hxx>
#include "activity.hxx" #include "activity.hxx"
#include "activitiesqueue.hxx"
#include "slideshowcontext.hxx" #include "slideshowcontext.hxx"
#include "userpaintoverlay.hxx" #include "userpaintoverlay.hxx"
#include "mouseeventhandler.hxx" #include "mouseeventhandler.hxx"
...@@ -57,13 +56,11 @@ namespace slideshow ...@@ -57,13 +56,11 @@ namespace slideshow
public: public:
PaintOverlayHandler( const RGBColor& rStrokeColor, PaintOverlayHandler( const RGBColor& rStrokeColor,
double nStrokeWidth, double nStrokeWidth,
ActivitiesQueue& rActivitiesQueue,
ScreenUpdater& rScreenUpdater, ScreenUpdater& rScreenUpdater,
const UnoViewContainer& rViews, const UnoViewContainer& rViews,
Slide& rSlide, Slide& rSlide,
const PolyPolygonVector& rPolygons, const PolyPolygonVector& rPolygons,
bool bActive ) : bool bActive ) :
mrActivitiesQueue( rActivitiesQueue ),
mrScreenUpdater( rScreenUpdater ), mrScreenUpdater( rScreenUpdater ),
maViews(), maViews(),
maPolygons( rPolygons ), maPolygons( rPolygons ),
...@@ -458,7 +455,6 @@ namespace slideshow ...@@ -458,7 +455,6 @@ namespace slideshow
} }
private: private:
ActivitiesQueue& mrActivitiesQueue;
ScreenUpdater& mrScreenUpdater; ScreenUpdater& mrScreenUpdater;
UnoViewVector maViews; UnoViewVector maViews;
PolyPolygonVector maPolygons; PolyPolygonVector maPolygons;
...@@ -498,7 +494,6 @@ namespace slideshow ...@@ -498,7 +494,6 @@ namespace slideshow
bool bActive ) : bool bActive ) :
mpHandler( new PaintOverlayHandler( rStrokeColor, mpHandler( new PaintOverlayHandler( rStrokeColor,
nStrokeWidth, nStrokeWidth,
rContext.mrActivitiesQueue,
rContext.mrScreenUpdater, rContext.mrScreenUpdater,
rContext.mrViewContainer, rContext.mrViewContainer,
//adding a link to Slide //adding a link to Slide
......
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