summaryrefslogtreecommitdiff
path: root/automation/source/communi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-19 22:18:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-19 22:18:43 +0100
commitdaadeb5e216dc531c0c16e78cdd61d7a394acf7f (patch)
tree4df72b69d75b5538bcf0684ff46b8ad57739ddf0 /automation/source/communi
parente63e78713d14ee8523b4b1810e7de233ebf244b8 (diff)
remove unused ByteString using methods
Diffstat (limited to 'automation/source/communi')
-rw-r--r--automation/source/communi/communi.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/automation/source/communi/communi.cxx b/automation/source/communi/communi.cxx
index 10aa6f8e9107..db319e206411 100644
--- a/automation/source/communi/communi.cxx
+++ b/automation/source/communi/communi.cxx
@@ -567,13 +567,6 @@ IMPL_LINK( CommunicationManagerServerAcceptThread, AddConnection, void*, EMPTYAR
return 1;
}
-CommunicationManagerClientViaSocket::CommunicationManagerClientViaSocket( ByteString aHost, sal_uLong nPort, sal_Bool bUseMultiChannel )
-: CommunicationManagerClient( bUseMultiChannel )
-, aHostToTalk( aHost )
-, nPortToTalk( nPort )
-{
-}
-
CommunicationManagerClientViaSocket::CommunicationManagerClientViaSocket( sal_Bool bUseMultiChannel )
: CommunicationManagerClient( bUseMultiChannel )
, aHostToTalk( "" )