summaryrefslogtreecommitdiff
path: root/include/unotools/ZipPackageHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/ZipPackageHelper.hxx')
-rw-r--r--include/unotools/ZipPackageHelper.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/unotools/ZipPackageHelper.hxx b/include/unotools/ZipPackageHelper.hxx
index 5d245bdc38fa..61c77668232f 100644
--- a/include/unotools/ZipPackageHelper.hxx
+++ b/include/unotools/ZipPackageHelper.hxx
@@ -40,13 +40,11 @@ public:
/// @throws css::uno::Exception
void addFile( css::uno::Reference< css::uno::XInterface >& xRootFolder,
- const OUString& rSourceFile )
- throw( css::uno::Exception, std::exception );
+ const OUString& rSourceFile );
/// @throws css::uno::Exception
css::uno::Reference< css::uno::XInterface > addFolder( css::uno::Reference< css::uno::XInterface >& xRootFolder,
- const OUString& rName )
- throw( css::uno::Exception, std::exception );
+ const OUString& rName );
void addFolderWithContent( css::uno::Reference< css::uno::XInterface >& xRootFolder,
const OUString& rDirURL );