diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/docfilt.hxx | 3 |
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 |