summaryrefslogtreecommitdiff
path: root/package/source/zippackage
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-01-15 21:44:26 +0100
committerDavid Tardon <dtardon@redhat.com>2014-01-15 21:44:26 +0100
commit86a5053df0d755d10121d65c533f3d327340a0fd (patch)
tree8518ddbba1a694c05db973158bf30a10ac9c0150 /package/source/zippackage
parent723863ff26f46e294adde61009b85f6f0e28b5b0 (diff)
bah
Change-Id: I0fd33c8ee1791714ee9b42f50cabbdc51ebe4440
Diffstat (limited to 'package/source/zippackage')
-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);