summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/shapeimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/shapeimpl.hxx')
-rw-r--r--svx/source/unodraw/shapeimpl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/shapeimpl.hxx b/svx/source/unodraw/shapeimpl.hxx
index 8858859922d4..316887c22a70 100644
--- a/svx/source/unodraw/shapeimpl.hxx
+++ b/svx/source/unodraw/shapeimpl.hxx
@@ -42,7 +42,7 @@ public:
virtual void SAL_CALL setPropertyValues( const css::uno::Sequence< OUString >& aPropertyNames, const css::uno::Sequence< css::uno::Any >& aValues ) throw (css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) override;
- virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = NULL ) override;
+ virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = nullptr ) override;
};
class SvxAppletShape : public SvxOle2Shape
{
@@ -60,7 +60,7 @@ public:
virtual void SAL_CALL setPropertyValues( const css::uno::Sequence< OUString >& aPropertyNames, const css::uno::Sequence< css::uno::Any >& aValues ) throw (css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) override;
- virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = NULL ) override;
+ virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = nullptr ) override;
};
class SvxFrameShape : public SvxOle2Shape
{
@@ -83,7 +83,7 @@ public:
virtual void SAL_CALL setPropertyValues( const css::uno::Sequence< OUString >& aPropertyNames, const css::uno::Sequence< css::uno::Any >& aValues ) throw (css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) override;
- virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = NULL ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = nullptr ) throw (css::uno::RuntimeException, std::exception) override;
};