[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 17 08:21:54 PDT 2012


 sd/source/ui/remotecontrol/Server.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d495c7d42d54bf37ed751a2ff1cf458d75af3bf8
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date:   Mon Sep 17 17:20:08 2012 +0200

    Add pin_validating message to protocol to allow for feedback in app.
    
    Change-Id: Ia4cfd0b848408713cff4f476e6d6be069d1cb5a8

diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx
index 667cea6..51376f3 100644
--- a/sd/source/ui/remotecontrol/Server.cxx
+++ b/sd/source/ui/remotecontrol/Server.cxx
@@ -143,6 +143,8 @@ void RemoteServer::execute()
                 }
 
             }
+            pSocket->write( "LO_SERVER_VALIDATING_PIN\n\n",
+                            strlen( "LO_SERVER_VALIDATING_PIN\n\n" ) );
         } else {
             delete pSocket;
         }


More information about the Libreoffice-commits mailing list