summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/ImagePreparer.hxx2
-rw-r--r--sd/source/ui/remotecontrol/Receiver.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.hxx b/sd/source/ui/remotecontrol/ImagePreparer.hxx
index deb3a03bf02c..cb7f5bb112a5 100644
--- a/sd/source/ui/remotecontrol/ImagePreparer.hxx
+++ b/sd/source/ui/remotecontrol/ImagePreparer.hxx
@@ -18,7 +18,7 @@
namespace sd
{
-class ImagePreparer : Timer
+class ImagePreparer : private Timer
{
sal_uInt32 mnSendingSlide;
public:
diff --git a/sd/source/ui/remotecontrol/Receiver.hxx b/sd/source/ui/remotecontrol/Receiver.hxx
index 99d8a2f366e5..d43b5af4610f 100644
--- a/sd/source/ui/remotecontrol/Receiver.hxx
+++ b/sd/source/ui/remotecontrol/Receiver.hxx
@@ -27,7 +27,7 @@ namespace sd
{
// Timer is protected by the solar mutex => so are we.
-class Receiver : Timer
+class Receiver : private Timer
{
std::deque< std::vector< OString > > maExecQueue;
public: