summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpdirp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpdirp.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpdirp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpdirp.hxx b/ucb/source/ucp/ftp/ftpdirp.hxx
index c306989b838e..676a5064a35c 100644
--- a/ucb/source/ucp/ftp/ftpdirp.hxx
+++ b/ucb/source/ucp/ftp/ftpdirp.hxx
@@ -67,7 +67,7 @@ namespace ftp {
void SetSec(sal_uInt16 seconds) { Seconds = seconds; }
void SetNanoSec(sal_uInt32 nanoSec) { NanoSeconds = nanoSec; }
- sal_uInt16 GetMonth(void) { return Month; }
+ sal_uInt16 GetMonth() { return Month; }
};
@@ -92,7 +92,7 @@ namespace ftp {
sal_uInt32 m_nMode;
sal_uInt32 m_nSize;
- FTPDirentry(void)
+ FTPDirentry()
: m_aDate(0,0,0,0,0,0,0),
m_nMode(INETCOREFTP_FILEMODE_UNKNOWN),
m_nSize((sal_uInt32)(-1)) { }