summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontentidentifier.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentidentifier.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentidentifier.cxx b/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
index 6e7d15e036b7..b492c5d582c5 100644
--- a/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
+++ b/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
@@ -62,12 +62,12 @@ FTPContentIdentifier::queryInterface(
}
-void SAL_CALL FTPContentIdentifier::acquire( void ) throw() {
+void SAL_CALL FTPContentIdentifier::acquire() throw() {
OWeakObject::acquire();
}
-void SAL_CALL FTPContentIdentifier::release( void ) throw() {
+void SAL_CALL FTPContentIdentifier::release() throw() {
OWeakObject::release();
}