summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-05-09 14:31:42 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2018-05-09 20:05:19 +0200
commit48078ed27c6a50c270f3a2af75d61c37dd8b6c1c (patch)
tree86e0e26700732328643f8e47012669604c487f15 /include
parentc23c770e3516f3077d77b3c0410652ae3c7554fc (diff)
Remove obsolete param documentation
obsoleted by commit 2f9d53df89614955215a630beb0966f0c4a663c2 Change-Id: I3876d1fe0f28f6cde706dba8d53d7f97ab25d5ca Reviewed-on: https://gerrit.libreoffice.org/54033 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/scopeguard.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/comphelper/scopeguard.hxx b/include/comphelper/scopeguard.hxx
index 47b62b5f234e..cfe012acf340 100644
--- a/include/comphelper/scopeguard.hxx
+++ b/include/comphelper/scopeguard.hxx
@@ -32,8 +32,6 @@ class COMPHELPER_DLLPUBLIC ScopeGuard
{
public:
/** @param func function object to be executed in dtor
- @param excHandling switches whether thrown exceptions in dtor will be
- silently ignored (but OSL_ asserted)
*/
template <typename func_type>
explicit ScopeGuard( func_type const & func ) : m_func( func ) {}