summaryrefslogtreecommitdiff
path: root/hwpfilter/source/attributes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/attributes.hxx')
-rw-r--r--hwpfilter/source/attributes.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/hwpfilter/source/attributes.hxx b/hwpfilter/source/attributes.hxx
index 8d4c0cdce768..09dc26a03b1f 100644
--- a/hwpfilter/source/attributes.hxx
+++ b/hwpfilter/source/attributes.hxx
@@ -40,12 +40,12 @@ public:
AttributeListImpl( const AttributeListImpl & );
public:
- virtual sal_Int16 SAL_CALL getLength() throw (RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getNameByIndex(sal_Int16 i) throw (RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw (RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getTypeByName(const OUString& aName) throw (RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getValueByIndex(sal_Int16 i) throw (RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getValueByName(const OUString& aName) throw (RuntimeException, std::exception) override;
+ virtual sal_Int16 SAL_CALL getLength() override;
+ virtual OUString SAL_CALL getNameByIndex(sal_Int16 i) override;
+ virtual OUString SAL_CALL getTypeByIndex(sal_Int16 i) override;
+ virtual OUString SAL_CALL getTypeByName(const OUString& aName) override;
+ virtual OUString SAL_CALL getValueByIndex(sal_Int16 i) override;
+ virtual OUString SAL_CALL getValueByName(const OUString& aName) override;
public:
void addAttribute( const OUString &sName , const OUString &sType , const OUString &sValue );