summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/zippackage/ZipPackage.cxx')
-rw-r--r--package/source/zippackage/ZipPackage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx
index 77b7862c0ecd..bf0e026bcd97 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -786,7 +786,7 @@ void SAL_CALL ZipPackage::initialize( const uno::Sequence< Any >& aArguments )
return m_pRootFolder->createEnumeration();
}
-::com::sun::star::uno::Type ZipPackage::getElementType()
+::com::sun::star::uno::Type SAL_CALL ZipPackage::getElementType()
throw( RuntimeException )
{
assert(m_pRootFolder);
@@ -794,7 +794,7 @@ void SAL_CALL ZipPackage::initialize( const uno::Sequence< Any >& aArguments )
return m_pRootFolder->getElementType();
}
-sal_Bool ZipPackage::hasElements()
+sal_Bool SAL_CALL ZipPackage::hasElements()
throw( RuntimeException )
{
assert(m_pRootFolder);