summaryrefslogtreecommitdiff
path: root/include/sfx2/docfilt.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 20:53:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 13:23:01 +0100
commit11a41ce2c094cd7e5d1ef289aa940cdfbe53bbf6 (patch)
tree524d829cc8a0e6a4c6355b130ec481fe144dbbcd /include/sfx2/docfilt.hxx
parent39c3ea2d9bfb4414476d8b5b18181c2b39428262 (diff)
coverity#1308505 Uncaught exception
Change-Id: I952d464c2a9382c60b0616eeb0cf727e914785bd
Diffstat (limited to 'include/sfx2/docfilt.hxx')
-rw-r--r--include/sfx2/docfilt.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/docfilt.hxx b/include/sfx2/docfilt.hxx
index 976ffd6aee2d..3eef56a4a439 100644
--- a/include/sfx2/docfilt.hxx
+++ b/include/sfx2/docfilt.hxx
@@ -116,7 +116,8 @@ public:
bool bTemplate = false, OUString* pName = NULL )
throw ( com::sun::star::beans::UnknownPropertyException,
com::sun::star::lang::WrappedTargetException,
- com::sun::star::uno::RuntimeException );
+ com::sun::star::uno::RuntimeException,
+ std::exception );
};
#endif