summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unohtabl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unohtabl.cxx')
-rw-r--r--svx/source/unodraw/unohtabl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unohtabl.cxx b/svx/source/unodraw/unohtabl.cxx
index ec056461db0f..1e272b371d41 100644
--- a/svx/source/unodraw/unohtabl.cxx
+++ b/svx/source/unodraw/unohtabl.cxx
@@ -37,7 +37,7 @@ class SvxUnoHatchTable : public SvxUnoNameItemTable
public:
explicit SvxUnoHatchTable( SdrModel* pModel ) throw();
- virtual NameOrIndex* createItem() const throw() override;
+ virtual NameOrIndex* createItem() const override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName( ) override;
@@ -63,7 +63,7 @@ uno::Sequence< OUString > SAL_CALL SvxUnoHatchTable::getSupportedServiceNames(
return aSNS;
}
-NameOrIndex* SvxUnoHatchTable::createItem() const throw()
+NameOrIndex* SvxUnoHatchTable::createItem() const
{
return new XFillHatchItem();
}