diff options
author | Siqi LIU <me@siqi.fr> | 2013-08-01 12:55:07 +0200 |
---|---|---|
committer | Siqi LIU <me@siqi.fr> | 2013-08-01 12:55:37 +0200 |
commit | b042a78d9847753d95560749dab2159d9cfbd7ae (patch) | |
tree | f30eb5a1fa89e7cdb8ce2457c6251389454c7034 /sd/source/ui/remotecontrol/Transmitter.cxx | |
parent | 08e0e4b3a93439ac990cf1b9ee04aac8fe022b2e (diff) |
send out presentation title during the preview page
Change-Id: I6acf7d6a690f9b29d11b4af9ea027e34170fbfdb
Diffstat (limited to 'sd/source/ui/remotecontrol/Transmitter.cxx')
-rw-r--r-- | sd/source/ui/remotecontrol/Transmitter.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/Transmitter.cxx b/sd/source/ui/remotecontrol/Transmitter.cxx index cc7b8ec8bf76..212299e9b8d4 100644 --- a/sd/source/ui/remotecontrol/Transmitter.cxx +++ b/sd/source/ui/remotecontrol/Transmitter.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "Transmitter.hxx" +#include <iostream> using namespace std; using namespace osl; // Sockets etc. |