diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:15:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:50 +0200 |
commit | 4c563b3a1daf169ed50f6a187121e7e0a1f7c1fc (patch) | |
tree | 06a9980d45406c424f388e4ac1be1f658d37488d /ucb/source/ucp/ftp/ftpdirp.hxx | |
parent | 79df6cf588afbd0fdf09c1eb8c692466606acba5 (diff) |
ucb: remove SAL_THROW macro
Change-Id: I023c342b0f086e57c821136498851999fb0152ec
Diffstat (limited to 'ucb/source/ucp/ftp/ftpdirp.hxx')
-rw-r--r-- | ucb/source/ucp/ftp/ftpdirp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/ftp/ftpdirp.hxx b/ucb/source/ucp/ftp/ftpdirp.hxx index 58666324da1a..d7a1c4c7904b 100644 --- a/ucb/source/ucp/ftp/ftpdirp.hxx +++ b/ucb/source/ucp/ftp/ftpdirp.hxx @@ -47,7 +47,7 @@ namespace ftp { const sal_uInt16& hours, const sal_uInt16& day, const sal_uInt16& month, - const sal_uInt16& year) SAL_THROW(()) + const sal_uInt16& year) : com::sun::star::util::DateTime(nanoSeconds, seconds, minutes, |