summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorSiqi LIU <me@siqi.fr>2013-09-02 09:14:05 +0200
committerSiqi LIU <me@siqi.fr>2013-09-02 09:14:05 +0200
commitb5e374622f1313629685b2b2a1d3ab859bb7ae61 (patch)
tree67d31a9d2afe7fd4bfb02e06ed23dffa051afa27 /sd
parenta6a06e0f23a6aced46b9f0b899cd81bd8d2f2dec (diff)
remove unused comments
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/Receiver.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/ui/remotecontrol/Receiver.cxx b/sd/source/ui/remotecontrol/Receiver.cxx
index 593ff99ba2bd..a68501a7b0ac 100644
--- a/sd/source/ui/remotecontrol/Receiver.cxx
+++ b/sd/source/ui/remotecontrol/Receiver.cxx
@@ -157,7 +157,6 @@ void Receiver::executeCommand( const std::vector<OString> &aCommand )
if (xSlideShow.is()) try
{
- // std::cerr << "pointer_started in the is" << std::endl;
xSlideShow->setProperty(
beans::PropertyValue( "PointerVisible" ,
-1,
@@ -174,11 +173,9 @@ void Receiver::executeCommand( const std::vector<OString> &aCommand )
}
else if (aCommand[0].equals( "pointer_dismissed" ))
{
- // std::cerr << "pointer_dismissed" << std::endl;
SolarMutexGuard aSolarGuard;
if (xSlideShow.is()) try
{
- // std::cerr << "pointer_dismissed in the is" << std::endl;
xSlideShow->setProperty(
beans::PropertyValue( "PointerVisible" ,
-1,
@@ -200,12 +197,10 @@ void Receiver::executeCommand( const std::vector<OString> &aCommand )
SAL_INFO( "sdremote", "Pointer at ("<<x<<","<<y<<")" );
const ::com::sun::star::geometry::RealPoint2D pos(x,y);
- // std::cerr << "Pointer at ("<<pos.X<<","<<pos.Y<<")" << std::endl;
SolarMutexGuard aSolarGuard;
if (xSlideShow.is()) try
{
- // std::cerr << "pointer_coordination in the is" << std::endl;
xSlideShow->setProperty(
beans::PropertyValue( "PointerPosition" ,
-1,