summaryrefslogtreecommitdiff
path: root/oox/source/docprop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-14 14:15:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-14 14:15:12 +0200
commite13022a825917ad9bf1d2b16af6b88a4fa97b1cd (patch)
treeafbfe96a9f49a518a1e27751d1dff6d6f71571cd /oox/source/docprop
parent6a9271ff833798927d6f5d1b64f836933c87ff73 (diff)
Clean up function declarations and some unused functions
Change-Id: I2f5b3144e8d4ce3e497a030aa102985c3bc81645
Diffstat (limited to 'oox/source/docprop')
-rw-r--r--oox/source/docprop/ooxmldocpropimport.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/source/docprop/ooxmldocpropimport.cxx b/oox/source/docprop/ooxmldocpropimport.cxx
index 51bd6d5c3925..4253498f51d6 100644
--- a/oox/source/docprop/ooxmldocpropimport.cxx
+++ b/oox/source/docprop/ooxmldocpropimport.cxx
@@ -18,6 +18,7 @@
*/
#include "ooxmldocpropimport.hxx"
+#include "services.hxx"
#include <vector>
#include <com/sun/star/embed/ElementModes.hpp>
@@ -55,7 +56,7 @@ Sequence< OUString > SAL_CALL DocumentPropertiesImport_getSupportedServiceNames(
return aServices;
}
-Reference< XInterface > SAL_CALL DocumentPropertiesImport_createInstance( const Reference< XComponentContext >& rxContext ) SAL_THROW((Exception))
+Reference< XInterface > SAL_CALL DocumentPropertiesImport_createInstance( const Reference< XComponentContext >& rxContext ) throw(Exception)
{
return static_cast< ::cppu::OWeakObject* >( new DocumentPropertiesImport( rxContext ) );
}