summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Receiver.cxx
diff options
context:
space:
mode:
authorAndrzej J. R. Hunt <andrzej@ahunt.org>2012-07-18 22:04:09 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-08-06 10:22:58 +0100
commitce221a54f1d2f9031f1b54691d81cde06f2f6a89 (patch)
tree7e30408fe24ab00f29c6d2bee397dc73a62e9257 /sd/source/ui/remotecontrol/Receiver.cxx
parent6d6b6ee2750aa181c37464d9253b01509036b2ba (diff)
Further minor improvements, attempt to fix the Transmitter bug.
Change-Id: I558b7aca1c592efb5b83b56df42da4a97a655e88
Diffstat (limited to 'sd/source/ui/remotecontrol/Receiver.cxx')
-rw-r--r--sd/source/ui/remotecontrol/Receiver.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/Receiver.cxx b/sd/source/ui/remotecontrol/Receiver.cxx
index f69c98ec4b4e..86a1a03decae 100644
--- a/sd/source/ui/remotecontrol/Receiver.cxx
+++ b/sd/source/ui/remotecontrol/Receiver.cxx
@@ -59,6 +59,7 @@ void Receiver::parseCommand( std::vector<OString> aCommand )
}
catch ( com::sun::star::uno::RuntimeException &e )
{
+ fprintf( stderr, "Error in retrieving Controller\n" );
//return;
}