summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:16:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:16:52 +0000
commitb94c7bb31c6cabb8d54022ba0fb7f5d12aba605e (patch)
treefc1c8933d1b913b48590f1dff75d438771fcaf80 /io
parent6af2105b53c85d20cee1a76b5b7d9823ee731923 (diff)
INTEGRATION: CWS warnings01 (1.8.132); FILE MERGED
2005/09/22 20:28:00 sb 1.8.132.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/07 14:14:52 sb 1.8.132.1: #i53898# Made code warning-free.
Diffstat (limited to 'io')
-rw-r--r--io/source/connector/connector.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/io/source/connector/connector.hxx b/io/source/connector/connector.hxx
index 3e4f4ee66805..cc5ab0595d82 100644
--- a/io/source/connector/connector.hxx
+++ b/io/source/connector/connector.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: connector.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:28:59 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:16:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,7 +82,7 @@ namespace stoc_connector
{
public:
- PipeConnection( const ::rtl::OUString & s, const ::rtl::OUString &sConnectionDescription );
+ PipeConnection( const ::rtl::OUString &sConnectionDescription );
virtual ~PipeConnection();
virtual sal_Int32 SAL_CALL read( ::com::sun::star::uno::Sequence< sal_Int8 >& aReadBytes,
@@ -111,7 +111,7 @@ namespace stoc_connector
{
public:
- SocketConnection( const ::rtl::OUString & s , sal_uInt16 nPort, const ::rtl::OUString & sConnectionDescription );
+ SocketConnection( const ::rtl::OUString & sConnectionDescription );
virtual ~SocketConnection();
virtual sal_Int32 SAL_CALL read( ::com::sun::star::uno::Sequence< sal_Int8 >& aReadBytes,
@@ -152,6 +152,6 @@ namespace stoc_connector
XStreamListener_hash_set _listeners;
};
-};
+}