summaryrefslogtreecommitdiff
path: root/include/svx/xftshxy.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xftshxy.hxx')
-rw-r--r--include/svx/xftshxy.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xftshxy.hxx b/include/svx/xftshxy.hxx
index 7606d2d8fe61..88e277071d01 100644
--- a/include/svx/xftshxy.hxx
+++ b/include/svx/xftshxy.hxx
@@ -35,7 +35,7 @@ public:
TYPEINFO_OVERRIDE();
XFormTextShadowXValItem(long nVal = 0);
XFormTextShadowXValItem(SvStream& rIn);
- virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const override;
+ virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override;
virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const override;
};
@@ -51,7 +51,7 @@ public:
TYPEINFO_OVERRIDE();
XFormTextShadowYValItem(long nVal = 0);
XFormTextShadowYValItem(SvStream& rIn);
- virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const override;
+ virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override;
virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const override;
};