[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sd/source
Tor Lillqvist
tml at iki.fi
Wed Feb 20 15:10:50 PST 2013
sd/source/ui/remotecontrol/BufferedStreamSocket.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 216257e8777c5cd2fe2ef68bfa6a1a953eb923be
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Feb 19 19:57:12 2013 +0200
Avoid infinite recursion
(cherry picked from commit 0d05957cf0c38abab45030ba172025e4ef318f43)
Change-Id: I99d26f9601ceed98d0357d8722f8cf91cf007d29
Reviewed-on: https://gerrit.libreoffice.org/2268
Reviewed-by: Eike Rathke <erack at redhat.com>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx b/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx
index e2c7a4a..dcec4e3 100644
--- a/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx
+++ b/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx
@@ -67,7 +67,7 @@ void BufferedStreamSocket::close()
mSocket = -1;
}
else
- close();
+ ::osl::StreamSocket::close();
}
sal_Int32 BufferedStreamSocket::readLine( OString& aLine )
More information about the Libreoffice-commits
mailing list