diff options
Diffstat (limited to 'sd/source/ui/remotecontrol/DiscoveryService.hxx')
-rw-r--r-- | sd/source/ui/remotecontrol/DiscoveryService.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/DiscoveryService.hxx b/sd/source/ui/remotecontrol/DiscoveryService.hxx index 94a276546f42..9ca4110daf9d 100644 --- a/sd/source/ui/remotecontrol/DiscoveryService.hxx +++ b/sd/source/ui/remotecontrol/DiscoveryService.hxx @@ -24,6 +24,7 @@ namespace css = ::com::sun::star; * The port for use for the main communication between LibO and remote control app. */ #define PORT_DISCOVERY 1598 +#define BUFFER_SIZE 200 #define CHARSET RTL_TEXTENCODING_UTF8 |